linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ext4: use a slightly bigger file system in ext4/021
@ 2017-12-22 18:26 Theodore Ts'o
  0 siblings, 0 replies; only message in thread
From: Theodore Ts'o @ 2017-12-22 18:26 UTC (permalink / raw)
  To: fstests; +Cc: Ext4 Developers List, Theodore Ts'o

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>
---
 tests/ext4/021 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/ext4/021 b/tests/ext4/021
index 8a780873..e46b43be 100755
--- a/tests/ext4/021
+++ b/tests/ext4/021
@@ -50,7 +50,7 @@ _require_scratch
 _require_dumpe2fs
 
 # 8M in bytes
-fssize=$((8 * 1024 * 1024))
+fssize=$((10 * 1024 * 1024))
 _scratch_mkfs_sized $fssize >> $seqres.full 2>&1
 _require_metadata_journaling $SCRATCH_DEV
 
-- 
2.11.0.rc0.7.gbe5a750

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2017-12-22 18:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-22 18:26 [PATCH] ext4: use a slightly bigger file system in ext4/021 Theodore Ts'o

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).