[PATCH v3 11/12] xfstests: do not unmount before calling _check_scratch_fs()
Junho Ryu
jayr at google.com
Wed Dec 18 12:16:02 CST 2013
Many tests do not unmount SCRATCH_DEV before calling
_check_scratch_fs(). Change generic/053 to call check a filesystem
without unmounting the device.
Signed-off-by: Junho Ryu <jayr at google.com>
---
v3: same as v2
v2: extracted from patch 9
tests/generic/053 | 2 --
1 file changed, 2 deletions(-)
diff --git a/tests/generic/053 b/tests/generic/053
index b8bd9e6..cf46a93 100755
--- a/tests/generic/053
+++ b/tests/generic/053
@@ -81,9 +81,7 @@ list_acls()
echo "acls before repair:"
list_acls
-_do 'unmount $SCRATCH_DEV' 'umount $SCRATCH_DEV'
_do 'repair filesystem' '_check_scratch_fs'
-_do 'mount filesytem' '_scratch_mount'
echo "acls after repair: "
list_acls
--
1.8.5.1
More information about the xfs
mailing list