|
@@ -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,
|
|
seq_printf(s, ",cluster_stack=%.*s", OCFS2_STACK_LABEL_LEN,
|
|
osb->osb_cluster_stack);
|
|
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)
|
|
if (opts & OCFS2_MOUNT_INODE64)
|
|
seq_printf(s, ",inode64");
|
|
seq_printf(s, ",inode64");
|
|
|
|
|