diff options
Diffstat (limited to 'net/ceph/debugfs.c')
-rw-r--r-- | net/ceph/debugfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ceph/debugfs.c b/net/ceph/debugfs.c index 02952605d121..46f65709a6ff 100644 --- a/net/ceph/debugfs.c +++ b/net/ceph/debugfs.c | |||
@@ -375,7 +375,7 @@ static int client_options_show(struct seq_file *s, void *p) | |||
375 | struct ceph_client *client = s->private; | 375 | struct ceph_client *client = s->private; |
376 | int ret; | 376 | int ret; |
377 | 377 | ||
378 | ret = ceph_print_client_options(s, client); | 378 | ret = ceph_print_client_options(s, client, true); |
379 | if (ret) | 379 | if (ret) |
380 | return ret; | 380 | return ret; |
381 | 381 | ||