generic/052: use _check_scratch_fs not _xfs_check

generic/052 was made generic from an xfs test, and generic functions
should be used not the xfs-specific ones.

Reviewed-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Zorro Lang <zlang@redhat.com>
Signed-off-by: Eryu Guan <eguan@redhat.com>
This commit is contained in:
Eryu Guan
2016-09-26 16:44:42 +08:00
parent c13342b75b
commit 5566a38485
+1 -1
View File
@@ -72,7 +72,7 @@ _print_logstate
# curious if FS consistent at start
if false; then
if _xfs_check $SCRATCH_DEV; then
if _check_scratch_fs; then
echo "*** checked ok ***"
fi
fi