public inbox for linux-rdma@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] RDMA/nes: Remove unused field sent_ts
@ 2015-02-03 11:47 Tina Ruchandani
  2015-02-03 12:53 ` Arnd Bergmann
  2015-02-03 17:21 ` Latif, Faisal
  0 siblings, 2 replies; 3+ messages in thread
From: Tina Ruchandani @ 2015-02-03 11:47 UTC (permalink / raw)
  To: linux-rdma-u79uwXL29TY76Z2rM5mHXA
  Cc: Arnd Bergmann, Faisal Latif, Roland Dreier, Sean Hefty

This patch removes the unused field sent_ts from struct nes_cm_tcp_context.
This patch is part of an effort to clean up instances of timekeeping data-types
like 'struct timeval' which will overflow on 32-bit systems in year 2038 and
beyond.

Signed-off-by: Tina Ruchandani <ruchandani.tina-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
---
 drivers/infiniband/hw/nes/nes_cm.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/infiniband/hw/nes/nes_cm.h b/drivers/infiniband/hw/nes/nes_cm.h
index f522cf6..98948f1 100644
--- a/drivers/infiniband/hw/nes/nes_cm.h
+++ b/drivers/infiniband/hw/nes/nes_cm.h
@@ -279,7 +279,6 @@ struct nes_cm_tcp_context {
 	u8  rcv_wscale;
 
 	struct nes_cm_tsa_context tsa_cntxt;
-	struct timeval            sent_ts;
 };
 
 
-- 
2.2.0.rc0.207.ga3a616c

--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] RDMA/nes: Remove unused field sent_ts
  2015-02-03 11:47 [PATCH] RDMA/nes: Remove unused field sent_ts Tina Ruchandani
@ 2015-02-03 12:53 ` Arnd Bergmann
  2015-02-03 17:21 ` Latif, Faisal
  1 sibling, 0 replies; 3+ messages in thread
From: Arnd Bergmann @ 2015-02-03 12:53 UTC (permalink / raw)
  To: Tina Ruchandani
  Cc: linux-rdma-u79uwXL29TY76Z2rM5mHXA, Faisal Latif, Roland Dreier,
	Sean Hefty

On Tuesday 03 February 2015 17:17:47 Tina Ruchandani wrote:
> This patch removes the unused field sent_ts from struct nes_cm_tcp_context.
> This patch is part of an effort to clean up instances of timekeeping data-types
> like 'struct timeval' which will overflow on 32-bit systems in year 2038 and
> beyond.
> 
> Signed-off-by: Tina Ruchandani <ruchandani.tina-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
> 

Acked-by: Arnd Bergmann <arnd-r2nGTMty4D4@public.gmane.org>
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 3+ messages in thread

* RE: [PATCH] RDMA/nes: Remove unused field sent_ts
  2015-02-03 11:47 [PATCH] RDMA/nes: Remove unused field sent_ts Tina Ruchandani
  2015-02-03 12:53 ` Arnd Bergmann
@ 2015-02-03 17:21 ` Latif, Faisal
  1 sibling, 0 replies; 3+ messages in thread
From: Latif, Faisal @ 2015-02-03 17:21 UTC (permalink / raw)
  To: Tina Ruchandani,
	linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
  Cc: Arnd Bergmann, Roland Dreier, Hefty, Sean


> From: Tina Ruchandani [mailto:ruchandani.tina-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org]
> Sent: Tuesday, February 03, 2015 5:48 AM
> 
> This patch removes the unused field sent_ts from struct nes_cm_tcp_context.
> This patch is part of an effort to clean up instances of timekeeping data-types
> like 'struct timeval' which will overflow on 32-bit systems in year 2038 and
> beyond.
> 
> Signed-off-by: Tina Ruchandani <ruchandani.tina-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
> ---
> --
> 2.2.0.rc0.207.ga3a616c

Acked-by: Faisal Latif <faisal.latif-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>

--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-02-03 17:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-03 11:47 [PATCH] RDMA/nes: Remove unused field sent_ts Tina Ruchandani
2015-02-03 12:53 ` Arnd Bergmann
2015-02-03 17:21 ` Latif, Faisal

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox