[Ocfs2-devel] [PATCH 13/39] ocfs2: Add extended attribute support

Mark Fasheh mfasheh at suse.com
Tue Oct 7 13:22:39 PDT 2008


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 at 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 at suse.com>

ocfs2: Documentation update for user_xattr / nouser_xattr mount options

Signed-off-by: Mark Fasheh <mfasheh at 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




More information about the Ocfs2-devel mailing list