linux/fs/overlayfs
Miklos Szeredi cd91304e71 ovl: fix relatime for directories
Need to treat non-regular overlayfs files the same as regular files when
checking for an atime update.

Add a d_real() flag to make it return the upper dentry for all file types.

Reported-by: "zhangyi (F)" <yi.zhang@huawei.com>
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
2017-09-05 12:53:11 +02:00
..
copy_up.c ovl: mark parent impure and restore timestamp on ovl_link_up() 2017-07-04 22:08:15 +02:00
dir.c ovl: constant d_ino for non-merge dirs 2017-07-27 21:54:06 +02:00
inode.c ovl: check snprintf return 2017-07-27 21:54:05 +02:00
Kconfig ovl: introduce the inodes index dir feature 2017-07-04 22:03:17 +02:00
Makefile ovl: split super.c 2016-12-16 11:02:56 +01:00
namei.c ovl: check for bad and whiteout index on lookup 2017-07-20 11:08:21 +02:00
overlayfs.h ovl: constant d_ino for non-merge dirs 2017-07-27 21:54:06 +02:00
ovl_entry.h ovl: add flag for upper in ovl_entry 2017-07-04 22:03:18 +02:00
readdir.c ovl: constant d_ino for non-merge dirs 2017-07-27 21:54:06 +02:00
super.c ovl: fix relatime for directories 2017-09-05 12:53:11 +02:00
util.c ovl: constant d_ino for non-merge dirs 2017-07-27 21:54:06 +02:00