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

From: Theodore Ts'o
Date: Wed Oct 18 2017 - 12:46:29 EST


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" <tytso@xxxxxxx>
> Cc: Andreas Dilger <adilger.kernel@xxxxxxxxx>
> Cc: linux-ext4@xxxxxxxxxxxxxxx
> Signed-off-by: Kees Cook <keescook@xxxxxxxxxxxx>
> Reviewed-by: Reviewed-by: Jan Kara <jack@xxxxxxx>

Applied, thanks.

- Ted