OSDN Git Service

libceph: don't pass result into ac->ops->handle_reply()
authorIlya Dryomov <idryomov@gmail.com>
Mon, 21 Jun 2021 09:53:38 +0000 (11:53 +0200)
committerIlya Dryomov <idryomov@gmail.com>
Thu, 24 Jun 2021 19:03:16 +0000 (21:03 +0200)
commit3c0d0894320cc517fda657c69939cd0313d0b4e2
tree461605c1079ae14df53653e4e424357456bb222c
parent7a971e2c0767b6fc9a77c4108eceff0509c61cdb
libceph: don't pass result into ac->ops->handle_reply()

There is no result to pass in msgr2 case because authentication
failures are reported through auth_bad_method frame and in MAuth
case an error is returned immediately.

Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
Reviewed-by: Jeff Layton <jlayton@kernel.org>
include/linux/ceph/auth.h
net/ceph/auth.c
net/ceph/auth_none.c
net/ceph/auth_x.c