mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
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>
This commit is contained in:
parent
285ea34fc8
commit
59711f9ec2
3 changed files with 50 additions and 28 deletions
|
@ -95,6 +95,7 @@ struct ceph_dir_layout {
|
|||
|
||||
#define CEPH_AUTH_UID_DEFAULT ((__u64) -1)
|
||||
|
||||
const char *ceph_auth_proto_name(int proto);
|
||||
|
||||
/*********************************************
|
||||
* message layer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue