]> git.baikalelectronics.ru Git - kernel.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)
commit50f223cbd865f7b5c4fa4fcc224fb3de00fc92b7
tree1b85d63c45a4f5d73df2c7774116e385e2b00d99
parentf7738304f59615215ba7b970532729b6a7b4bd1c
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