]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit8df597d9838ff333ce7ae76b64348ee702a7d118
tree461605c1079ae14df53653e4e424357456bb222c
parent9e7c2d2a502c1f958ef98b726f539b87f6fa2c80
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