From: Eric Biggers <ebiggers@xxxxxxxxxx> 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@xxxxxxxxxx> --- misc/chattr.1.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/misc/chattr.1.in b/misc/chattr.1.in index cc751fe8..870397ae 100644 --- a/misc/chattr.1.in +++ b/misc/chattr.1.in @@ -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. -- 2.24.0