From cf13e80eb4c670c80012dfc22cc6f02f2cf927df Mon Sep 17 00:00:00 2001 From: David Disseldorp Date: Mon, 21 May 2007 15:48:58 +0000 Subject: [PATCH] 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 \. --- 121 | 7 +++++++ 1 file changed, 7 insertions(+) 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 -- 2.47.3