libceph: kill ceph_none_authorizer::reply_buf
authorIlya Dryomov <idryomov@gmail.com>
Sat, 15 May 2021 10:04:39 +0000 (12:04 +0200)
committerIlya Dryomov <idryomov@gmail.com>
Mon, 28 Jun 2021 21:49:25 +0000 (23:49 +0200)
commitd71a95e7ffab880bdc81680b67368088f2e20d47
treeb7af5175fafb8ff9dffb33456ed1f79eb4f1b24d
parent4364c6938dcbb78d9c5b6e4c94b5b81e939383dc
libceph: kill ceph_none_authorizer::reply_buf

We never receive authorizer replies with cephx disabled, so it is
bogus.  Also, it still uses the old zero-length array style.

Reported-by: Gustavo A. R. Silva <gustavoars@kernel.org>
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
net/ceph/auth_none.c
net/ceph/auth_none.h