]> www.infradead.org Git - users/jedix/linux-maple.git/commit
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>
Wed, 2 Jun 2021 08:40:36 +0000 (10:40 +0200)
commita30850b00a2c3d97dbdf88ca84a5ae563258a7cd
treef466c638b8c398bcff569ea592b58c044e32b210
parent28d31d40b651a3e113324f061abc59ae8afb98d4
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