ceph: show nocephx_require_signatures and notcp_nodelay options
[firefly-linux-kernel-4.4.55.git] / fs / ceph / super.c
index 50f06cddc94b7da66031a5fcefad40d6c180902d..8f8983f38b822ed2abfcd1277111b81e20e82b8f 100644 (file)
@@ -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);