btrfs-progs: add X inode flag to btrfs(5)

After the discussion in
http://thread.gmane.org/gmane.comp.file-systems.btrfs/36334

the 'X' will be mentioned in the manpage because new e2fsprogs/lsattr
will display it and represents the NOCOMPRESS bit of an inode.

Signed-off-by: David Sterba <dsterba@suse.cz>
master
David Sterba 2014-07-02 13:25:11 +02:00
parent 3c1a246393
commit 9875a10133
1 changed files with 2 additions and 0 deletions

View File

@ -200,6 +200,8 @@ attributes the `chattr`(1) utility
*S* -- synchronous updates
*X* -- no compression
For descriptions of these attribute flags, please refer to the
`chattr`(1) man page.