lkml.org 
[lkml]   [2008]   [Oct]   [7]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectRe: [PATCH 13/39] ocfs2: Add extended attribute support
On Wed, Oct 01, 2008 at 11:12:09PM -0700, Andrew Morton wrote:
> > On Wed, 24 Sep 2008 15:00:54 -0700 Mark Fasheh <mfasheh@suse.com> wrote:
> > + case Opt_user_xattr:
> > + mopt->mount_opt &= ~OCFS2_MOUNT_NOUSERXATTR;
> > + break;
> > + case Opt_nouser_xattr:
> > + mopt->mount_opt |= OCFS2_MOUNT_NOUSERXATTR;
> > + break;
>
> Is there a documentation update for these?

There is now :) I'm actually usually a bit of a stickler for those too, but
obviously I missed this one.
--Mark

--
Mark Fasheh

From: Mark Fasheh <mfasheh@suse.com>

ocfs2: Documentation update for user_xattr / nouser_xattr mount options

Signed-off-by: Mark Fasheh <mfasheh@suse.com>
---
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 6acf1b4..4340cc8 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.
--
1.5.4.1


\
 
 \ /
  Last update: 2008-10-07 22:25    [W:0.114 / U:0.696 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site