btrfs-progs: add X inode flag to btrfs(5)
authorDavid Sterba <dsterba@suse.cz>
Wed, 2 Jul 2014 11:25:11 +0000 (13:25 +0200)
committerDavid Sterba <dsterba@suse.cz>
Fri, 22 Aug 2014 12:43:12 +0000 (14:43 +0200)
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>
Documentation/btrfs-mount.txt

index 53f88c9..4fb7137 100644 (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.