diff options
author | Theodore Ts'o <tytso@mit.edu> | 2011-03-18 16:44:37 -0400 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2011-03-18 16:44:37 -0400 |
commit | 5af9eeaa7d36dd6f3a434697747ba8db3434eced (patch) | |
tree | 689bdbf9775ef127e67d0aabc400571039eb545f /misc | |
parent | aa07cb79b0a38d9d8407c5631624ef8534bdde3f (diff) | |
parent | c89848978c60182a94c40a9d24b900c58d9edc90 (diff) | |
download | e2fsprogs-5af9eeaa7d36dd6f3a434697747ba8db3434eced.tar.gz |
Merge branch 'maint' into next
Conflicts:
lib/e2p/ls.c
Diffstat (limited to 'misc')
-rw-r--r-- | misc/mke2fs.conf.5.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/mke2fs.conf.5.in b/misc/mke2fs.conf.5.in index 2e8b5850..18346544 100644 --- a/misc/mke2fs.conf.5.in +++ b/misc/mke2fs.conf.5.in @@ -363,10 +363,10 @@ and .IR tea . .TP .I flex_bg_size -This relation specifies the number of block goups that will be packed +This relation specifies the number of block groups that will be packed together to create one large virtual block group on an ext4 filesystem. This improves meta-data locality and performance on meta-data heavy -workloads. The number of goups must be a power of 2 and may only be +workloads. The number of groups must be a power of 2 and may only be specified if the flex_bg filesystem feature is enabled. .I options This relation specifies additional extended options which should be |