diff options
Diffstat (limited to 'fs/gfs2/super.c')
-rw-r--r-- | fs/gfs2/super.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fs/gfs2/super.c b/fs/gfs2/super.c index 2982445947e1..894fb01a91da 100644 --- a/fs/gfs2/super.c +++ b/fs/gfs2/super.c | |||
@@ -1334,11 +1334,11 @@ static int gfs2_show_options(struct seq_file *s, struct dentry *root) | |||
1334 | if (is_ancestor(root, sdp->sd_master_dir)) | 1334 | if (is_ancestor(root, sdp->sd_master_dir)) |
1335 | seq_puts(s, ",meta"); | 1335 | seq_puts(s, ",meta"); |
1336 | if (args->ar_lockproto[0]) | 1336 | if (args->ar_lockproto[0]) |
1337 | seq_printf(s, ",lockproto=%s", args->ar_lockproto); | 1337 | seq_show_option(s, "lockproto", args->ar_lockproto); |
1338 | if (args->ar_locktable[0]) | 1338 | if (args->ar_locktable[0]) |
1339 | seq_printf(s, ",locktable=%s", args->ar_locktable); | 1339 | seq_show_option(s, "locktable", args->ar_locktable); |
1340 | if (args->ar_hostdata[0]) | 1340 | if (args->ar_hostdata[0]) |
1341 | seq_printf(s, ",hostdata=%s", args->ar_hostdata); | 1341 | seq_show_option(s, "hostdata", args->ar_hostdata); |
1342 | if (args->ar_spectator) | 1342 | if (args->ar_spectator) |
1343 | seq_puts(s, ",spectator"); | 1343 | seq_puts(s, ",spectator"); |
1344 | if (args->ar_localflocks) | 1344 | if (args->ar_localflocks) |