mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
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:
+3
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user