diff options
Diffstat (limited to 'fs/ocfs2/super.c')
-rw-r--r-- | fs/ocfs2/super.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/ocfs2/super.c b/fs/ocfs2/super.c index 3a9a1af39ad7..2de4c8a9340c 100644 --- a/fs/ocfs2/super.c +++ b/fs/ocfs2/super.c | |||
@@ -1563,8 +1563,8 @@ static int ocfs2_show_options(struct seq_file *s, struct dentry *root) | |||
1563 | seq_printf(s, ",localflocks,"); | 1563 | seq_printf(s, ",localflocks,"); |
1564 | 1564 | ||
1565 | if (osb->osb_cluster_stack[0]) | 1565 | if (osb->osb_cluster_stack[0]) |
1566 | seq_printf(s, ",cluster_stack=%.*s", OCFS2_STACK_LABEL_LEN, | 1566 | seq_show_option_n(s, "cluster_stack", osb->osb_cluster_stack, |
1567 | osb->osb_cluster_stack); | 1567 | OCFS2_STACK_LABEL_LEN); |
1568 | if (opts & OCFS2_MOUNT_USRQUOTA) | 1568 | if (opts & OCFS2_MOUNT_USRQUOTA) |
1569 | seq_printf(s, ",usrquota"); | 1569 | seq_printf(s, ",usrquota"); |
1570 | if (opts & OCFS2_MOUNT_GRPQUOTA) | 1570 | if (opts & OCFS2_MOUNT_GRPQUOTA) |