]> git.ipfire.org Git - thirdparty/linux.git/commit
fs/inode: Make relatime_need_update return bool
authorHao Ge <gehao@kylinos.cn>
Tue, 5 Dec 2023 06:45:45 +0000 (14:45 +0800)
committerChristian Brauner <brauner@kernel.org>
Tue, 12 Dec 2023 13:24:54 +0000 (14:24 +0100)
commiteffa1870b29c39a520c115aa33fd1814e3610249
tree5f241181ccc9f6fe03d9fa2758af63e4002bbc4c
parente95aada4cb93d42e25c30a0ef9eb2923d9711d4a
fs/inode: Make relatime_need_update return bool

relatime_need_update should return bool to consistent with the function
__atime_needs_update that is caller

Signed-off-by: Hao Ge <gehao@kylinos.cn>
Link: https://lore.kernel.org/r/20231205064545.332322-1-gehao@kylinos.cn
Signed-off-by: Christian Brauner <brauner@kernel.org>
fs/inode.c