Whamcloud - gitweb
git://git.whamcloud.com
/
tools
/
e2fsprogs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7fe5ff3
)
Disable lazy inode table initialization when running regression tests
author
Theodore Ts'o
<tytso@mit.edu>
Mon, 22 Nov 2010 20:20:36 +0000
(15:20 -0500)
committer
Theodore Ts'o
<tytso@mit.edu>
Mon, 22 Nov 2010 21:16:05 +0000
(16:16 -0500)
This avoids test failures when running on new kernels that allow lazy
itable initialization.
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
tests/mke2fs.conf.in
patch
|
blob
|
history
diff --git
a/tests/mke2fs.conf.in
b/tests/mke2fs.conf.in
index
34539fa
..
99eb75f
100644
(file)
--- 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 = {