From: Theodore Ts'o Date: Mon, 22 Nov 2010 20:20:36 +0000 (-0500) Subject: Disable lazy inode table initialization when running regression tests X-Git-Tag: v1.41.13~13 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=e994dc99fe2c22a7d5f717e2a864ac351c022c69;p=tools%2Fe2fsprogs.git 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" --- diff --git a/tests/mke2fs.conf.in b/tests/mke2fs.conf.in index 34539fa..99eb75f 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 = {