mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
common/xfs: remove inode-paths cruft
Remove the inode-paths check from _check_xfs_test_fs because we don't
support inode paths, xfsprogs doesn't have a xfs_{check,repair}_ipaths
tool, and it's broken anyway because we ignore _check_xfs_filesystem
(which tells whether or not the filesystem is even still mounted).
[eguan: also fix the return value of _check_xfs_test_fs]
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Eryu Guan <eguan@redhat.com>
Signed-off-by: Eryu Guan <eguan@redhat.com>
This commit is contained in:
committed by
Eryu Guan
parent
a6ce8c2c9e
commit
8d021705b5
+1
-7
@@ -466,13 +466,7 @@ _check_xfs_test_fs()
|
||||
TEST_RT="$TEST_RTDEV"
|
||||
|
||||
_check_xfs_filesystem $TEST_DEV $TEST_LOG $TEST_RT
|
||||
|
||||
# check for ipath consistency
|
||||
if $XFS_GROWFS_PROG -n $TEST_DIR | grep -q 'inode-paths=1'; then
|
||||
# errors go to stderr
|
||||
xfs_check_ipaths $TEST_DIR >/dev/null
|
||||
xfs_repair_ipaths -n $TEST_DIR >/dev/null
|
||||
fi
|
||||
return $?
|
||||
}
|
||||
|
||||
_require_xfs_test_rmapbt()
|
||||
|
||||
Reference in New Issue
Block a user