aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Biggers <ebiggers@google.com>2019-09-20 14:29:49 -0700
committerTheodore Ts'o <tytso@mit.edu>2019-09-23 13:28:36 -0400
commitfea937ee09afbcafbfeb7704178f3b229799668a (patch)
treee93dbd3d2832803da3221ddc4e96718721eca6ed
parent8111b79da71e24bf945ea3ff8b6a83ecc779f932 (diff)
downloade2fsprogs-fea937ee09afbcafbfeb7704178f3b229799668a.tar.gz
ext4.5: move casefold feature to correct position
The features are listed in alphabetic order, so put the casefold feature in the right place. Signed-off-by: Eric Biggers <ebiggers@google.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>
-rw-r--r--misc/ext4.5.in16
1 files changed, 8 insertions, 8 deletions
diff --git a/misc/ext4.5.in b/misc/ext4.5.in
index 01dab48a4..0a93c35e0 100644
--- a/misc/ext4.5.in
+++ b/misc/ext4.5.in
@@ -61,6 +61,14 @@ This feature requires that the
.B extent
feature be enabled.
.TP
+.B casefold
+.br
+This ext4 feature provides file system level character encoding support
+for directories with the casefold (+F) flag enabled. This feature is
+name-preserving on the disk, but it allows applications to lookup for a
+file in the file system using an encoding equivalent version of the file
+name.
+.TP
.B dir_index
.br
Use hashed b-trees to speed up name lookups in large directories. This
@@ -151,14 +159,6 @@ can be specified using the
.B \-G
option.
.TP
-.B casefold
-.br
-This ext4 feature provides file system level character encoding support
-for directories with the casefold (+F) flag enabled. This feature is
-name-preserving on the disk, but it allows applications to lookup for a
-file in the file system using an encoding equivalent version of the file
-name.
-.TP
.B has_journal
.br
Create a journal to ensure filesystem consistency even across unclean