summaryrefslogtreecommitdiff
path: root/Documentation/btrfs-mount.txt
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.cz>2014-07-02 13:25:11 +0200
committerDavid Sterba <dsterba@suse.cz>2014-08-22 14:43:12 +0200
commit9875a101330dca0367cd8d2bac9567cfe8e56978 (patch)
tree14e21f5ad681a0a2714bd7db7eaa301f672b3a55 /Documentation/btrfs-mount.txt
parent3c1a246393995246f69c14170931e476593f68be (diff)
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>
Diffstat (limited to 'Documentation/btrfs-mount.txt')
-rw-r--r--Documentation/btrfs-mount.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/btrfs-mount.txt b/Documentation/btrfs-mount.txt
index 53f88c98..4fb71377 100644
--- a/Documentation/btrfs-mount.txt
+++ b/Documentation/btrfs-mount.txt
@@ -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.