]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commit
generic/388: use the src/godown program instead of xfs_io
authorTheodore Ts'o <tytso@mit.edu>
Fri, 3 Feb 2017 20:50:37 +0000 (15:50 -0500)
committerEryu Guan <eguan@redhat.com>
Sat, 4 Feb 2017 06:16:43 +0000 (14:16 +0800)
commit3d99741cebfa2880000eb27d094851aade907418
treee86cf96b56e06cce18078935e6e1dc1b91580e63
parentcaae8cb393ffb2d72bbe884f001abda55f9c6d4e
generic/388: use the src/godown program instead of xfs_io

The "xfs_io -xc shutdown $MNT" command doesn't work on non-xfs file
systems.  So use the equivalent src/godown program instead, which is
how the other tests which use the shutdown command were converted from
xfs-specific tests to generic tests.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Eryu Guan <eguan@redhat.com>
tests/generic/388