commit | 235699a8f457edec29ab0667029f3b43afaf5e81 | [log] [tgz] |
---|---|---|
author | Kees Cook <keescook@chromium.org> | Wed Oct 18 12:45:17 2017 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Wed Oct 18 12:45:17 2017 -0400 |
tree | 1b85d63c45a4f5d73df2c7774116e385e2b00d99 | |
parent | e3c957885e4286af2e3f03277bb0cb8b049e72c9 [diff] |
ext4: convert timers to use timer_setup() 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. Signed-off-by: Kees Cook <keescook@chromium.org> Signed-off-by: Theodore Ts'o <tytso@mit.edu> Reviewed-by: Reviewed-by: Jan Kara <jack@suse.cz> Cc: Andreas Dilger <adilger.kernel@dilger.ca> Cc: linux-ext4@vger.kernel.org