RE: [PATCH] RDMA/i40iw: Convert timers to use timer_setup() (part 2)

2017-10-18 Thread Saleem, Shiraz
> Subject: [PATCH] RDMA/i40iw: Convert timers to use timer_setup() (part 2) > > 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. > > This includes

Re: [PATCH] RDMA/i40iw: Convert timers to use timer_setup() (part 2)

2017-10-18 Thread Doug Ledford
On Tue, 2017-10-17 at 11:37 -0700, Kees Cook 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. > > This includes the remaining timers missed