]> www.infradead.org Git - users/hch/xfstests-dev.git/commitdiff
254: disable space cache
authorLi Zefan <lizf@cn.fujitsu.com>
Fri, 18 Nov 2011 08:43:47 +0000 (16:43 +0800)
committerChristoph Hellwig <hch@lst.de>
Sun, 20 Nov 2011 19:44:31 +0000 (19:44 +0000)
I can't pass 254, and below is the output:

254 3s ... - output mismatch (see 254.out.bad)
...
 ID 256 top level 5 path snap
-ID 257 top level 5 path subvol
+ID 258 top level 5 path subvol

When space cache is enabled (and now mkfs.btrfs always enables it),
there will be some space cache inodes in the root tree, and they
consume some IDs, and that's why "subvol" has the ID 258 but not 257.

Just disable space cache for this test case.

Signed-off-by: Li Zefan <lizf@cn.fujitsu.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
254

diff --git a/254 b/254
index 521612023c117c50f6963cb3e9020b6816c05c4c..1cd4832593732d016198c8048f51e9528fe0efab 100755 (executable)
--- a/254
+++ b/254
@@ -48,7 +48,7 @@ _supported_os Linux
 _require_scratch
 
 _scratch_mkfs > /dev/null 2>&1
-_scratch_mount
+_scratch_mount -o nospace_cache
 
 # First test basic snapshotting
 echo "Creating file foo in root dir"