]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
ext4.5: move casefold feature to correct position
authorEric Biggers <ebiggers@google.com>
Fri, 20 Sep 2019 21:29:49 +0000 (14:29 -0700)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 23 Sep 2019 17:28:36 +0000 (13:28 -0400)
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>
misc/ext4.5.in

index 01dab48a43761c883ae6587c8855c9cef7983c38..0a93c35e081f4e36b54085da76f7a2c8054b1135 100644 (file)
@@ -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