Searched hist:e3c957885e4286af2e3f03277bb0cb8b049e72c9 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/fs/jbd2/ |
H A D | journal.c | diff e3c957885e4286af2e3f03277bb0cb8b049e72c9 Wed Oct 18 11:40:28 CDT 2017 Kees Cook <keescook@chromium.org> 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>
|