diff options
author | Theodore Ts'o <tytso@mit.edu> | 2008-04-27 19:38:02 -0400 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2008-04-27 19:38:02 -0400 |
commit | 43781b9459f1b511e4cf94358593e097d8fdb795 (patch) | |
tree | b600e25f1397a6ba72bada402528a75991ee0dff /misc/mke2fs.8.in | |
parent | da292aa9afe3ece2f6ab072ed88933b762ebdf4f (diff) | |
download | e2fsprogs-43781b9459f1b511e4cf94358593e097d8fdb795.tar.gz |
mke2fs: Make argument to the extended option lazy_itable_init optional
Also remove some debugging printf's left over from a previous patch.
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'misc/mke2fs.8.in')
-rw-r--r-- | misc/mke2fs.8.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/misc/mke2fs.8.in b/misc/mke2fs.8.in index 1e9a203d..56f54717 100644 --- a/misc/mke2fs.8.in +++ b/misc/mke2fs.8.in @@ -205,14 +205,15 @@ parity in a RAID stripe if possible when the data is written. Reserve enough space so that the block group descriptor table can grow to support a filesystem that has max-online-resize blocks. .TP -.B lazy_itable_init= \fI<0 to disable, 1 to enable> +.B lazy_itable_init\fR[\fb= \fI<0 to disable, 1 to enable>\fR] If enabled and the uninit_bg feature is enabled, the inode table will not fully initialized by .BR mke2fs . This speeds up filesystem initialization noitceably, but it requires the kernel to finish initializing the filesystem in the background when the filesystem is -first mounted. +first mounted. If the option value is omitted, it defaults to 1 to +enable lazy inode table initialization. .TP .B test_fs Set a flag in the filesystem superblock indicating that it may be |