]> git.baikalelectronics.ru Git - kernel.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)
commitf7738304f59615215ba7b970532729b6a7b4bd1c
treec14563423b2940a6a62fc663ae7ed9c4f4e93f72
parent3a8d11c0b8bbd771a9c901ee9b9cb9fe7e8781f2
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