]> asedeno.scripts.mit.edu Git - linux.git/commit
ext4: convert timers to use timer_setup()
authorKees Cook <keescook@chromium.org>
Wed, 18 Oct 2017 16:45:17 +0000 (12:45 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 18 Oct 2017 16:45:17 +0000 (12:45 -0400)
commit235699a8f457edec29ab0667029f3b43afaf5e81
tree1b85d63c45a4f5d73df2c7774116e385e2b00d99
parente3c957885e4286af2e3f03277bb0cb8b049e72c9
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
fs/ext4/super.c