test 121 creates unlinked and still referenced inodes, it doesn't clean up afterwards.

Merge of master-melb:xfs-cmds:28637a by kenmcd.

  do a mount after running test to trigger log recovery
  \.
This commit is contained in:
David Disseldorp
2007-05-21 15:48:58 +00:00
parent 471ab9011a
commit cf13e80eb4
+7
View File
@@ -89,6 +89,13 @@ else
echo 'No CLEAR_AGI_BUCKET found in transactions - great - test passed :)'
fi
# clean up dirty log with log recovery on mount
_scratch_mount >> $seq.full 2>&1 \
|| _fail "mount failed"
# should now be peaches
_check_scratch_fs
# success, all done
status=0
exit