mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-20 05:43:09 +00:00
Revert "vfs: update ovl inode before relatime check"
This reverts commit 598e3c8f72
.
Overlayfs no longer relies on the vfs correct atime handling.
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
This commit is contained in:
parent
88059de155
commit
c671854346
4 changed files with 8 additions and 35 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue