From e994dc99fe2c22a7d5f717e2a864ac351c022c69 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Mon, 22 Nov 2010 15:20:36 -0500 Subject: 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" --- tests/mke2fs.conf.in | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') 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 = { -- cgit v1.2.3