diff options
author | Theodore Ts'o <tytso@mit.edu> | 2010-11-22 15:20:36 -0500 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2010-11-22 16:16:05 -0500 |
commit | e994dc99fe2c22a7d5f717e2a864ac351c022c69 (patch) | |
tree | 671a16d537e8563270535c7c73df78fdcca1e203 /tests | |
parent | 7fe5ff3c1e06c4705a7a709a7ed34f02c5a02fd8 (diff) | |
download | e2fsprogs-e994dc99fe2c22a7d5f717e2a864ac351c022c69.tar.gz |
Disable lazy inode table initialization when running regression tests
This avoids test failures when running on new kernels that allow lazy
itable initialization.
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/mke2fs.conf.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/mke2fs.conf.in b/tests/mke2fs.conf.in index 34539fa5..99eb75f4 100644 --- a/tests/mke2fs.conf.in +++ b/tests/mke2fs.conf.in @@ -3,6 +3,7 @@ blocksize = 4096 inode_size = 256 inode_ratio = 16384 + lazy_itable_init = false [fs_types] ext3 = { |