[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20081007202239.GE26373@wotan.suse.de>
Date: Tue, 7 Oct 2008 13:22:39 -0700
From: Mark Fasheh <mfasheh@...e.com>
To: Andrew Morton <akpm@...ux-foundation.org>
Cc: linux-kernel@...r.kernel.org, joel.becker@...cle.com,
ocfs2-devel@....oracle.com, linux-fsdevel@...r.kernel.org,
tiger.yang@...cle.com
Subject: Re: [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@...e.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@...e.com>
ocfs2: Documentation update for user_xattr / nouser_xattr mount options
Signed-off-by: Mark Fasheh <mfasheh@...e.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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists