diff options
author | Miklos Szeredi <mszeredi@redhat.com> | 2018-07-18 15:44:43 +0200 |
---|---|---|
committer | Miklos Szeredi <mszeredi@redhat.com> | 2018-07-18 15:44:43 +0200 |
commit | c6718543463dbb78486ad259f884cb800df802b5 (patch) | |
tree | b4308ae8bbb3de221e1f7817b8e17705a6908e18 /include/linux/fs.h | |
parent | 88059de155d4db817a3a78ba899cb3b7f4de0fb0 (diff) | |
download | linux-stable-c6718543463dbb78486ad259f884cb800df802b5.tar.gz linux-stable-c6718543463dbb78486ad259f884cb800df802b5.tar.bz2 linux-stable-c6718543463dbb78486ad259f884cb800df802b5.zip |
Revert "vfs: update ovl inode before relatime check"
This reverts commit 598e3c8f72f5b77c84d2cb26cfd936ffb3cfdbaa.
Overlayfs no longer relies on the vfs correct atime handling.
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r-- | include/linux/fs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index b67209948f1b..8f8c9ac1c9d5 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h @@ -2088,6 +2088,7 @@ enum file_time_flags { S_VERSION = 8, }; +extern bool atime_needs_update(const struct path *, struct inode *); extern void touch_atime(const struct path *); static inline void file_accessed(struct file *file) { |