]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit - misc/mke2fs.8.in
mke2fs: Disentangle lazy_bg from uninit_bg's lazy inode table initialization
authorTheodore Ts'o <tytso@mit.edu>
Fri, 18 Apr 2008 14:19:27 +0000 (10:19 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 18 Apr 2008 14:19:27 +0000 (10:19 -0400)
commita4396e9d5d1351c53212bf7ff10f97edeb576438
tree2c64c3c5808d2707379e27fea098254811e81cd1
parentba1e1254b0c173d7f2f7978feb883111e4c6b921
mke2fs: Disentangle lazy_bg from uninit_bg's lazy inode table initialization

Instead of using -O lazy_bg,uninit_bg as the way of requesting that
the inode table be lazy unitialized, use the parameter
lazy_itable_init, which can either be set via mke2fs's -E option, or
via /etc/mke2fs.conf.

Also fix some random problems in mke2fs's man page, including
documenting the extent feature, which had been missing.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
misc/mke2fs.8.in
misc/mke2fs.c
misc/mke2fs.conf.5.in