Re: [PATCH] RDMA/cxgb4: Convert timers to use timer_setup()

2017-10-18 Thread Doug Ledford
On Tue, 2017-10-17 at 09:25 -0500, Steve Wise wrote: > > > > 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 >

Re: [PATCH] RDMA/cxgb4: Convert timers to use timer_setup()

2017-10-18 Thread Doug Ledford
On Tue, 2017-10-17 at 09:25 -0500, Steve Wise wrote: > > > > 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 >

RE: [PATCH] RDMA/cxgb4: Convert timers to use timer_setup()

2017-10-17 Thread Steve Wise
> > 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

RE: [PATCH] RDMA/cxgb4: Convert timers to use timer_setup()

2017-10-17 Thread Steve Wise
> > 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:

[PATCH] RDMA/cxgb4: Convert timers to use timer_setup()

2017-10-16 Thread Kees Cook
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:

[PATCH] RDMA/cxgb4: Convert timers to use timer_setup()

2017-10-16 Thread Kees Cook
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: