overlay/073: test with nfs_export being off

When nfs_export is enabled, the link count of upper dir
objects are more then the expected number in this testcase.
Because extra index entries are linked to upper inodes.

Signed-off-by: Murphy Zhou <jencce.kernel@gmail.com>
Reviewed-by: Amir Goldstein <amir73il@gmail.com>
Signed-off-by: Eryu Guan <guaneryu@gmail.com>
This commit is contained in:
Murphy Zhou
2020-09-11 10:18:13 +08:00
committed by Eryu Guan
parent e944dd5b9d
commit 85a3354eda
+3 -1
View File
@@ -98,7 +98,9 @@ run_test_case()
{
_scratch_mkfs
make_lower_files ${1}
_scratch_mount -o "index=on"
# There will be extra hard links with nfs_export enabled which
# is expected. Turn it off explicitly to avoid the false alarm.
_scratch_mount -o "index=on,nfs_export=off"
make_whiteout_files
check_whiteout_files ${1} ${2}
_scratch_unmount