--- zzzz-none-000/linux-3.10.107/net/ceph/auth_x.h 2017-06-27 09:49:32.000000000 +0000 +++ scorpion-7490-727/linux-3.10.107/net/ceph/auth_x.h 2021-02-04 17:41:59.000000000 +0000 @@ -26,6 +26,7 @@ struct ceph_x_authorizer { + struct ceph_crypto_key session_key; struct ceph_buffer *buf; unsigned int service; u64 nonce; @@ -45,7 +46,7 @@ struct ceph_x_authorizer auth_authorizer; }; -extern int ceph_x_init(struct ceph_auth_client *ac); +int ceph_x_init(struct ceph_auth_client *ac); #endif