Re: [PATCH] ext4: Convert timers to use timer_setup()

2017-10-18 Thread Theodore Ts'o
On Mon, Oct 16, 2017 at 05:00:19PM -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. > > Cc: "Theodore Ts'o" > Cc: Andreas Dilg

[PATCH] ext4: 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. Cc: "Theodore Ts'o" Cc: Andreas Dilger Cc: linux-e...@vger.kernel.org Signed-off-by: Kees Cook Reviewed-b

Re: [PATCH] ext4: Convert timers to use timer_setup()

2017-10-12 Thread Jan Kara
On Wed 04-10-17 17:52:54, 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. > > Cc: "Theodore Ts'o" > Cc: Andreas Dilger > Cc: linux-

[PATCH] ext4: Convert timers to use timer_setup()

2017-10-04 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. Cc: "Theodore Ts'o" Cc: Andreas Dilger Cc: linux-e...@vger.kernel.org Cc: Thomas Gleixner Signed-off-by: