xfstests: 311: fsck the dmflakey device instead of the real device

xfs was having issues with generic/311 because of caching issues. Make
_check_scratch_fs take an optional argument to use as the device to fsck.

Signed-off-by: Josef Bacik <jbacik@fusionio.com>
Acked-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Rich Johnston <rjohnston@sgi.com>
Signed-off-by: Rich Johnston <rjohnston@sgi.com>
This commit is contained in:
Josef Bacik
2013-05-16 08:48:03 -05:00
committed by Rich Johnston
parent 1bd086437f
commit a8c25f0702
2 changed files with 8 additions and 5 deletions
Executable → Regular
+1 -1
View File
@@ -125,7 +125,7 @@ _run_test()
#Unmount and fsck to make sure we got a valid fs after replay
_unmount_flakey
_check_scratch_fs
_check_scratch_fs $FLAKEY_DEV
[ $? -ne 0 ] && _fatal "fsck failed"
_mount_flakey