kernel_optimize_test/fs/overlayfs
Amir Goldstein 6dde1e42f4 ovl: make i_ino consistent with st_ino in more cases
Relax the condition that overlayfs supports nfs export, to require
that i_ino is consistent with st_ino/d_ino.

It is enough to require that st_ino and d_ino are consistent.

This fixes the failure of xfstest generic/504, due to mismatch of
st_ino to inode number in the output of /proc/locks.

Fixes: 12574a9f4c ("ovl: consistent i_ino for non-samefs with xino")
Cc: <stable@vger.kernel.org> # v4.19
Signed-off-by: Amir Goldstein <amir73il@gmail.com>
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
2019-06-19 09:04:19 +02:00
..
copy_up.c ovl: fix typo in MODULE_PARM_DESC 2019-06-18 15:06:16 +02:00
dir.c ovl: fix typo in MODULE_PARM_DESC 2019-06-18 15:06:16 +02:00
export.c ovl_lookup_real_one(): don't bother with strlen() 2019-04-26 13:13:33 -04:00
file.c ovl: fix wrong flags check in FS_IOC_FS[SG]ETXATTR ioctls 2019-06-11 17:17:41 +02:00
inode.c ovl: make i_ino consistent with st_ino in more cases 2019-06-19 09:04:19 +02:00
Kconfig treewide: Add SPDX license identifier - Makefile/Kconfig 2019-05-21 10:50:46 +02:00
Makefile treewide: Add SPDX license identifier - Makefile/Kconfig 2019-05-21 10:50:46 +02:00
namei.c ovl: detect overlapping layers 2019-05-29 13:03:37 +02:00
overlayfs.h ovl: detect overlapping layers 2019-05-29 13:03:37 +02:00
ovl_entry.h ovl: detect overlapping layers 2019-05-29 13:03:37 +02:00
readdir.c ovl: fix wrong use of impure dir cache in ovl_iterate() 2018-07-17 16:04:34 +02:00
super.c ovl: fix typo in MODULE_PARM_DESC 2019-06-18 15:06:16 +02:00
util.c ovl: detect overlapping layers 2019-05-29 13:03:37 +02:00