projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba988f8
)
ceph: show nocephx_require_signatures and notcp_nodelay options
author
Ilya Dryomov
<idryomov@redhat.com>
Mon, 2 Feb 2015 14:54:17 +0000
(17:54 +0300)
committer
Ilya Dryomov
<idryomov@gmail.com>
Thu, 19 Feb 2015 10:31:40 +0000
(13:31 +0300)
Signed-off-by: Ilya Dryomov <idryomov@redhat.com>
fs/ceph/super.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/ceph/super.c
b/fs/ceph/super.c
index 50f06cddc94b7da66031a5fcefad40d6c180902d..8f8983f38b822ed2abfcd1277111b81e20e82b8f 100644
(file)
--- a/
fs/ceph/super.c
+++ b/
fs/ceph/super.c
@@
-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);