Just little things I've found that should be cleaned up.
Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Zorro lang <zlang@redhat.com>
Signed-off-by: Zorro Lang <zlang@kernel.org>
_cleanup()
{
_cleanup_flakey
+ cd /
rm -f $tmp.*
}
echo "xattr names and values after second fsync log replay:"
_getfattr --absolute-names --dump $SCRATCH_MNT/foobar | _filter_scratch
+_unmount_flakey
+
status=0
exit
_cleanup()
{
_cleanup_flakey
+ cd /
+ rm -f $tmp.*
}
# Import common functions.
$XFS_IO_PROG -c "fsync" $SCRATCH_MNT/bar
$XFS_IO_PROG -c "fsync" $SCRATCH_MNT/bar/foo
- _flakey_drop_and_remount\
+ _flakey_drop_and_remount
_ls_l $SCRATCH_MNT | tail -n +2 | awk '{ print $1, $9 }'
_ls_l $SCRATCH_MNT/bar | tail -n +2 | awk '{ print $1, $9 }'
. ./common/preamble
_begin_fstest shutdown auto log metadata
+_cleanup()
+{
+ _cleanup_flakey
+ cd /
+ rm -f $tmp.*
+}
+
# Import common functions.
. ./common/dmflakey