aboutsummaryrefslogtreecommitdiffstats
path: root/net/ceph
diff options
context:
space:
mode:
authorIlya Dryomov <idryomov@gmail.com>2016-09-23 09:57:56 +0200
committerIlya Dryomov <idryomov@gmail.com>2016-10-03 16:13:50 +0200
commitfdc723e77bcf17ec2646fdef031e7f135968a9b7 (patch)
tree0a6e4650967c7e4336c3c0030a2c535877846440 /net/ceph
parentceph: fix description for rsize and rasize mount options (diff)
downloadlinux-dev-fdc723e77bcf17ec2646fdef031e7f135968a9b7.tar.xz
linux-dev-fdc723e77bcf17ec2646fdef031e7f135968a9b7.zip
libceph: use CEPH_AUTH_UNKNOWN in ceph_auth_build_hello()
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
Diffstat (limited to 'net/ceph')
-rw-r--r--net/ceph/auth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ceph/auth.c b/net/ceph/auth.c
index 78067dda9d3c..53aa2d27e36b 100644
--- a/net/ceph/auth.c
+++ b/net/ceph/auth.c
@@ -114,7 +114,7 @@ int ceph_auth_build_hello(struct ceph_auth_client *ac, void *buf, size_t len)
monhdr->session_mon = cpu_to_le16(-1);
monhdr->session_mon_tid = 0;
- ceph_encode_32(&p, 0); /* no protocol, yet */
+ ceph_encode_32(&p, CEPH_AUTH_UNKNOWN); /* no protocol, yet */
lenp = p;
p += sizeof(u32);