commit | a4396e9d5d1351c53212bf7ff10f97edeb576438 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Fri Apr 18 10:19:27 2008 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Fri Apr 18 10:19:27 2008 -0400 |
tree | 2c64c3c5808d2707379e27fea098254811e81cd1 | |
parent | ba1e1254b0c173d7f2f7978feb883111e4c6b921 [diff] |
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>