]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
libceph: drop len argument of *verify_authorizer_reply()
authorIlya Dryomov <idryomov@gmail.com>
Fri, 2 Dec 2016 15:35:09 +0000 (16:35 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 8 Dec 2018 12:05:09 +0000 (13:05 +0100)
commit9041d1e200c74ec613964d218c8f485db0cadbe2
tree20e0af33f6dc674f34268ac0883ec2d1148e2536
parent5acc58cd99489cf3b511741078802cccd2eb8ca6
libceph: drop len argument of *verify_authorizer_reply()

commit 0dde584882ade13dc9708d611fbf69b0ae8a9e48 upstream.

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>
Signed-off-by: Ben Hutchings <ben.hutchings@codethink.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
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