commit | e3c957885e4286af2e3f03277bb0cb8b049e72c9 | [log] [tgz] |
---|---|---|
author | Kees Cook <keescook@chromium.org> | Wed Oct 18 12:40:28 2017 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Wed Oct 18 12:40:28 2017 -0400 |
tree | c14563423b2940a6a62fc663ae7ed9c4f4e93f72 | |
parent | 8058cac6a1d5dc8a2e309fafbfa341fd43d54528 [diff] |
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>