]> asedeno.scripts.mit.edu Git - linux.git/commit
jbd2: convert timers to use timer_setup()
authorKees Cook <keescook@chromium.org>
Wed, 18 Oct 2017 16:40:28 +0000 (12:40 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 18 Oct 2017 16:40:28 +0000 (12:40 -0400)
commite3c957885e4286af2e3f03277bb0cb8b049e72c9
treec14563423b2940a6a62fc663ae7ed9c4f4e93f72
parent8058cac6a1d5dc8a2e309fafbfa341fd43d54528
jbd2: 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: Jan Kara <jack@suse.com>
Cc: linux-ext4@vger.kernel.org
Cc: Thomas Gleixner <tglx@linutronix.de>
fs/jbd2/journal.c