Whamcloud - gitweb
chattr.1: clarify that ext4 doesn't support tail-merging either
authorEric Biggers <ebiggers@google.com>
Mon, 18 Nov 2019 01:48:51 +0000 (17:48 -0800)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 18 Nov 2019 17:14:33 +0000 (12:14 -0500)
This old text was never updated to mention ext4 in addition to ext2 and
ext3.  Do so now.  Also don't bother to mention old unmerged patches.

Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
misc/chattr.1.in

index cc751fe..870397a 100644 (file)
@@ -171,8 +171,8 @@ A file with the 't' attribute will not have a partial block fragment at
 the end of the file merged with other files (for those filesystems which
 support tail-merging).  This is necessary for applications such as LILO
 which read the filesystem directly, and which don't understand tail-merged
-files.  Note: As of this writing, the ext2 or ext3 filesystems do not
-(yet, except in very experimental patches) support tail-merging.
+files.  Note: As of this writing, the ext2, ext3, and ext4 filesystems do
+not support tail-merging.
 .PP
 A directory with the 'T' attribute will be deemed to be the top of
 directory hierarchies for the purposes of the Orlov block allocator.