提交 2a0b61ce 编写于 作者: I Ilya Dryomov 提交者: Ilya Dryomov

ceph: show nocephx_require_signatures and notcp_nodelay options

Signed-off-by: NIlya Dryomov <idryomov@redhat.com>
上级 ba988f87
......@@ -425,6 +425,10 @@ static int ceph_show_options(struct seq_file *m, struct dentry *root)
seq_puts(m, ",noshare");
if (opt->flags & CEPH_OPT_NOCRC)
seq_puts(m, ",nocrc");
if (opt->flags & CEPH_OPT_NOMSGAUTH)
seq_puts(m, ",nocephx_require_signatures");
if ((opt->flags & CEPH_OPT_TCP_NODELAY) == 0)
seq_puts(m, ",notcp_nodelay");
if (opt->name)
seq_printf(m, ",name=%s", opt->name);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册