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

Andrew Morton akpm at linux-foundation.org
Wed Oct 1 23:12:09 PDT 2008


> 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?



More information about the Ocfs2-devel mailing list