libceph: amend cephx init_protocol() and build_request()
authorIlya Dryomov <idryomov@gmail.com>
Mon, 26 Oct 2020 16:01:53 +0000 (17:01 +0100)
committerIlya Dryomov <idryomov@gmail.com>
Mon, 14 Dec 2020 22:21:50 +0000 (23:21 +0100)
commit59711f9ec219bf5245a8e95989803fb503adc52d
tree129c8f15dc2443d7194fb7e79077c42d3e32be62
parent285ea34fc876aa0a2c5e65d310c4a41269e2e5f2
libceph: amend cephx init_protocol() and build_request()

In msgr2, initial authentication happens with an exchange of msgr2
control frames -- MAuth message and struct ceph_mon_request_header
aren't used.  Make that optional.

Stop reporting cephx protocol as "x".  Use "cephx" instead.

Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
include/linux/ceph/ceph_fs.h
net/ceph/auth.c
net/ceph/ceph_strings.c