]> git.baikalelectronics.ru Git - kernel.git/commit
jbd2: replace current_kernel_time64 with ktime equivalent
authorArnd Bergmann <arnd@arndb.de>
Sun, 29 Jul 2018 19:51:47 +0000 (15:51 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 29 Jul 2018 19:51:47 +0000 (15:51 -0400)
commitaec593311cd0a5d5789b48f3f1131f8e2d4a9393
treee887f828b8f691a3d5530294412027ef0c9bd039
parent8e3081e26ecbf11a3fb7f03d2527b043f0bf3e12
jbd2: replace current_kernel_time64 with ktime equivalent

jbd2 is one of the few callers of current_kernel_time64(), which
is a wrapper around ktime_get_coarse_real_ts64(). This calls the
latter directly for consistency with the rest of the kernel that
is moving to the ktime_get_ family of time accessors.

Reviewed-by: Andreas Dilger <adilger@dilger.ca>
Reviewed-by: Jan Kara <jack@suse.cz>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/jbd2/commit.c