summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Dilger <adilger@whamcloud.com>2011-06-11 11:29:54 -0400
committerTheodore Ts'o <tytso@mit.edu>2011-06-11 11:29:54 -0400
commit25bc8c756f0f8c5e703f86c8d6da882dc77bfa84 (patch)
tree58f90e938b3352a9fd48f5bb8e43cc0c9da97249
parent1ac2aa23ef030863f51fc77b42715e173967c44d (diff)
downloade2fsprogs-25bc8c756f0f8c5e703f86c8d6da882dc77bfa84.tar.gz
tune2fs: add dir_index feature to tune2fs man page
Add description of missing dir_index feature to tune2fs(8) man page. Signed-off-by: Andreas Dilger <adilger@whamcloud.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>
-rw-r--r--misc/tune2fs.8.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/misc/tune2fs.8.in b/misc/tune2fs.8.in
index 2f9db811..233f85a8 100644
--- a/misc/tune2fs.8.in
+++ b/misc/tune2fs.8.in
@@ -491,6 +491,9 @@ The following filesystem features can be set or cleared using
.B dir_index
Use hashed b-trees to speed up lookups in large directories.
.TP
+.B dir_nlink
+Allow more than 65000 subdirectories per directory.
+.TP
.B filetype
Store file type information in directory entries.
.TP