]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - fs/ceph/mds_client.c
libceph: drop len argument of *verify_authorizer_reply()
authorIlya Dryomov <idryomov@gmail.com>
Fri, 2 Dec 2016 15:35:09 +0000 (16:35 +0100)
committerIlya Dryomov <idryomov@gmail.com>
Mon, 12 Dec 2016 22:09:21 +0000 (23:09 +0100)
commit0dde584882ade13dc9708d611fbf69b0ae8a9e48
tree7e17f11a520d4447db0ced7edee74d8871c7c2c1
parent5c056fdc5b474329037f2aa18401bd73033e0ce0
libceph: drop len argument of *verify_authorizer_reply()

The length of the reply is protocol-dependent - for cephx it's
ceph_x_authorize_reply.  Nothing sensible can be passed from the
messenger layer anyway.

Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
Reviewed-by: Sage Weil <sage@redhat.com>
fs/ceph/mds_client.c
include/linux/ceph/auth.h
include/linux/ceph/messenger.h
net/ceph/auth.c
net/ceph/auth_x.c
net/ceph/messenger.c
net/ceph/osd_client.c