diff options
author | Mark Fasheh <mfasheh@suse.com> | 2008-10-07 11:09:24 -0700 |
---|---|---|
committer | Mark Fasheh <mfasheh@suse.com> | 2008-10-13 17:02:44 -0700 |
commit | 696b55d768ea5ebf38a369da615f8c956750ab3f (patch) | |
tree | 8570a618137e1efcf62bf6b4ccdd3120b4a697e7 /Documentation/filesystems | |
parent | 4cc8124584610fbe087ea2bed29ca52d2d0aa84a (diff) | |
download | linux-3.10-696b55d768ea5ebf38a369da615f8c956750ab3f.tar.gz linux-3.10-696b55d768ea5ebf38a369da615f8c956750ab3f.tar.bz2 linux-3.10-696b55d768ea5ebf38a369da615f8c956750ab3f.zip |
ocfs2: Documentation update for user_xattr / nouser_xattr mount options
Signed-off-by: Mark Fasheh <mfasheh@suse.com>
Diffstat (limited to 'Documentation/filesystems')
-rw-r--r-- | Documentation/filesystems/ocfs2.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/filesystems/ocfs2.txt b/Documentation/filesystems/ocfs2.txt index 6acf1b4f246..4340cc82579 100644 --- a/Documentation/filesystems/ocfs2.txt +++ b/Documentation/filesystems/ocfs2.txt @@ -80,3 +80,5 @@ inode64 Indicates that Ocfs2 is allowed to create inodes at any location in the filesystem, including those which will result in inode numbers occupying more than 32 bits of significance. +user_xattr (*) Enables Extended User Attributes. +nouser_xattr Disables Extended User Attributes. |