]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commit
xfstests: Change mount method for generic/258
authorMichael L. Semon <mlsemon35@gmail.com>
Wed, 22 May 2013 18:50:59 +0000 (13:50 -0500)
committerRich Johnston <rjohnston@sgi.com>
Wed, 22 May 2013 18:50:59 +0000 (13:50 -0500)
commitf4ba26dcdc64a206d73d47cf054ecb2742867c55
treedfd8f0e32382bb938871c09b795800a7dc968d5d
parenta8c25f0702254dfd504a6fa9c9db018729ebec53
xfstests: Change mount method for generic/258

Use the built-in _test_mount function from xfstests so it will use
the correct mount options for xfstests.  The script used a simple
umount-and-mount sequence, which caused a test failure on an XFS
filesystem that used both realtime and external log devices.

Signed-off-by: Michael L. Semon <mlsemon35@gmail.com>
Reviewed-by: Eric Sandeen <sandeen@rehat.com>
Signed-off-by: Rich Johnston <rjohnston@sgi.com>
tests/generic/258