From: David Disseldorp Date: Mon, 21 May 2007 15:48:58 +0000 (+0000) Subject: test 121 creates unlinked and still referenced inodes, it doesn't clean up afterwards. X-Git-Tag: v1.1.0~495 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=cf13e80eb4c670c80012dfc22cc6f02f2cf927df;p=xfstests-dev.git 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 \. --- diff --git a/121 b/121 index 9361025a..dd98d655 100755 --- a/121 +++ b/121 @@ -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