diff --git a/[refs] b/[refs] index 2ac43a41e934..e4312d3801ae 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 2b4e30fbde425828b17f0e9c8f8e3fd3ecb2bc75 +refs/heads/master: b0f73cfc36ed62decdd3f78e943bbfd00ee80e49 diff --git a/trunk/fs/ocfs2/super.c b/trunk/fs/ocfs2/super.c index 8b4c5c67dcd4..d2027cec8f3b 100644 --- a/trunk/fs/ocfs2/super.c +++ b/trunk/fs/ocfs2/super.c @@ -1010,6 +1010,11 @@ static int ocfs2_show_options(struct seq_file *s, struct vfsmount *mnt) seq_printf(s, ",cluster_stack=%.*s", OCFS2_STACK_LABEL_LEN, osb->osb_cluster_stack); + if (opts & OCFS2_MOUNT_NOUSERXATTR) + seq_printf(s, ",nouser_xattr"); + else + seq_printf(s, ",user_xattr"); + if (opts & OCFS2_MOUNT_INODE64) seq_printf(s, ",inode64");