Re: [PATCH 13/39] ocfs2: Add extended attribute support

From: Mark Fasheh
Date: Tue Oct 07 2008 - 16:22:57 EST


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@xxxxxxxx> 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@xxxxxxxx>

ocfs2: Documentation update for user_xattr / nouser_xattr mount options

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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/