]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commit
common/xfs: remove inode-paths cruft
authorDarrick J. Wong <darrick.wong@oracle.com>
Fri, 27 Oct 2017 20:25:50 +0000 (13:25 -0700)
committerEryu Guan <eguan@redhat.com>
Fri, 3 Nov 2017 11:04:49 +0000 (19:04 +0800)
commit8d021705b5cd9cad50f2dee2e12901e3f7319d52
tree51c8a7cdbbdfba581fc0985a1bba3a4bf5b4e548
parenta6ce8c2c9eb2a799a25b58175e66ca8b89e6672d
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>
common/xfs