diff options
author | Theodore Ts'o <tytso@mit.edu> | 2013-05-13 09:10:16 -0400 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2013-05-13 09:10:16 -0400 |
commit | 25399080c5b100fe7499334c30184592d68bc99d (patch) | |
tree | 3cf15558ff586503b01e8a77e231aa86c476ba29 | |
parent | 26991d026e4b555229a4466ae4d003420321bbd2 (diff) | |
download | e2fsprogs-25399080c5b100fe7499334c30184592d68bc99d.tar.gz e2fsprogs-25399080c5b100fe7499334c30184592d68bc99d.tar.xz e2fsprogs-25399080c5b100fe7499334c30184592d68bc99d.zip |
chattr: clarify that the compression flags are not supported by ext4
... or indeed by any mainline kernel, since the compression patches
were never stablized.
Addresses-Debian-Bug: #707609
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Reported-by: "Creidieki M. Crouch" <creidieki@gmail.com>
-rw-r--r-- | misc/chattr.1.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/chattr.1.in b/misc/chattr.1.in index 64aab7ba..932ef4bc 100644 --- a/misc/chattr.1.in +++ b/misc/chattr.1.in @@ -168,8 +168,8 @@ was written by Remy Card <Remy.Card@linux.org>. It is currently being maintained by Theodore Ts'o <tytso@alum.mit.edu>. .SH BUGS AND LIMITATIONS The `c', 's', and `u' attributes are not honored -by the ext2 and ext3 filesystems as implemented in the current mainline -Linux kernels. +by the ext2, ext3, and ext4 filesystems as implemented in the current +mainline Linux kernels. .PP The `j' option is only useful if the filesystem is mounted as ext3. .PP |