Whamcloud - gitweb
mke2fs: Enable lazy_itable_init if the kernel supports this feature
authorTheodore Ts'o <tytso@mit.edu>
Fri, 1 Oct 2010 14:47:38 +0000 (10:47 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 1 Oct 2010 14:47:38 +0000 (10:47 -0400)
commit210fd2c7072f2f150e2bb10b07c49472bb78e366
treeef5e749c8f8e0d5c2bc4e2689409e35e81fc44e8
parent9946478a23c6ae7fb025cdd8b23e73600e7550f4
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>
misc/mke2fs.c