-
- Downloads
ceph: messenger: reduce args to create_authorizer
Make use of the new ceph_auth_handshake structure in order to reduce the number of arguments passed to the create_authorizor method in ceph_auth_client_ops. Use a local variable of that type as a shorthand in the get_authorizer method definitions. Signed-off-by:Alex Elder <elder@inktank.com> Reviewed-by:
Sage Weil <sage@inktank.com>
Showing
- fs/ceph/mds_client.c 12 additions, 15 deletionsfs/ceph/mds_client.c
- include/linux/ceph/auth.h 1 addition, 3 deletionsinclude/linux/ceph/auth.h
- net/ceph/auth_none.c 7 additions, 8 deletionsnet/ceph/auth_none.c
- net/ceph/auth_x.c 7 additions, 8 deletionsnet/ceph/auth_x.c
- net/ceph/osd_client.c 12 additions, 16 deletionsnet/ceph/osd_client.c
Loading
Please register or sign in to comment