commit | 210fd2c7072f2f150e2bb10b07c49472bb78e366 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Fri Oct 01 10:47:38 2010 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Fri Oct 01 10:47:38 2010 -0400 |
tree | ef5e749c8f8e0d5c2bc4e2689409e35e81fc44e8 | |
parent | 9946478a23c6ae7fb025cdd8b23e73600e7550f4 [diff] |
mke2fs: Enable lazy_itable_init if the kernel supports this feature Add check for /sys/fs/ext4/features/lazy_itable_init. If this file exists, it should be OK to skip initializing the inode table since the kernel will do it at mount time. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>