From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Steve Wise" Subject: RE: [PATCH] RDMA/cxgb4: Convert timers to use timer_setup() Date: Tue, 17 Oct 2017 09:25:33 -0500 Message-ID: <08af01d34753$cb0fe2f0$612fa8d0$@opengridcomputing.com> References: <20171016225231.GA98935@beast> Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20171016225231.GA98935@beast> Content-Language: en-us Sender: linux-rdma-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: 'Kees Cook' , 'Doug Ledford' Cc: 'Steve Wise' , 'Sean Hefty' , 'Hal Rosenstock' , linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: linux-rdma@vger.kernel.org > > In preparation for unconditionally passing the struct timer_list pointer to > all timer callbacks, switch to using the new timer_setup() and from_timer() > to pass the timer pointer explicitly. Also removes an unused timer and > drops a redundant initialization. > > Cc: Steve Wise > Cc: Doug Ledford > Cc: Sean Hefty > Cc: Hal Rosenstock > Cc: linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org > Signed-off-by: Kees Cook Acked-by: Steve Wise -- 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 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1762891AbdJQOcd (ORCPT ); Tue, 17 Oct 2017 10:32:33 -0400 Received: from opengridcomputing.com ([70.118.0.34]:56420 "EHLO smtp.opengridcomputing.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1762876AbdJQOcb (ORCPT ); Tue, 17 Oct 2017 10:32:31 -0400 X-Greylist: delayed 420 seconds by postgrey-1.27 at vger.kernel.org; Tue, 17 Oct 2017 10:32:31 EDT From: "Steve Wise" To: "'Kees Cook'" , "'Doug Ledford'" Cc: "'Steve Wise'" , "'Sean Hefty'" , "'Hal Rosenstock'" , , References: <20171016225231.GA98935@beast> In-Reply-To: <20171016225231.GA98935@beast> Subject: RE: [PATCH] RDMA/cxgb4: Convert timers to use timer_setup() Date: Tue, 17 Oct 2017 09:25:33 -0500 Message-ID: <08af01d34753$cb0fe2f0$612fa8d0$@opengridcomputing.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Outlook 14.0 Content-Language: en-us Thread-Index: AQGzPdg6X3F8aE1ic4+OzPA+4kFMoaMoK8kQ Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > > In preparation for unconditionally passing the struct timer_list pointer to > all timer callbacks, switch to using the new timer_setup() and from_timer() > to pass the timer pointer explicitly. Also removes an unused timer and > drops a redundant initialization. > > Cc: Steve Wise > Cc: Doug Ledford > Cc: Sean Hefty > Cc: Hal Rosenstock > Cc: linux-rdma@vger.kernel.org > Signed-off-by: Kees Cook Acked-by: Steve Wise