aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2017-12-22 13:26:07 -0500
committerEryu Guan <eguan@redhat.com>2017-12-31 20:49:36 +0800
commite6f1dfa3e331872e8d7205a7996ed1db9e41f305 (patch)
tree7413ad27bc2eeb413517b8546837f689dcf3f65f
parent79a3bb053fecd883f38dacb44ddca9a3125dfd9d (diff)
downloadxfstests-e6f1dfa3e331872e8d7205a7996ed1db9e41f305.tar.gz
ext4: use a slightly bigger file system in ext4/021
An 8 MB file system may not be big enough for certain file system configurations --- in particular, if the inode size is 2048 bytes. Make the test file system 10MB instead. Signed-off-by: Theodore Ts'o <tytso@mit.edu> Reviewed-by: Eryu Guan <eguan@redhat.com> Signed-off-by: Eryu Guan <eguan@redhat.com>
-rwxr-xr-xtests/ext4/0214
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ext4/021 b/tests/ext4/021
index 8a78087352..e9c177a27f 100755
--- a/tests/ext4/021
+++ b/tests/ext4/021
@@ -49,8 +49,8 @@ _supported_os Linux
_require_scratch
_require_dumpe2fs
-# 8M in bytes
-fssize=$((8 * 1024 * 1024))
+# 10M in bytes
+fssize=$((10 * 1024 * 1024))
_scratch_mkfs_sized $fssize >> $seqres.full 2>&1
_require_metadata_journaling $SCRATCH_DEV