]> git.baikalelectronics.ru Git - kernel.git/commit
libceph: kfree() in put_osd() shouldn't depend on authorizer
authorIlya Dryomov <idryomov@gmail.com>
Mon, 16 Feb 2015 08:49:42 +0000 (11:49 +0300)
committerIlya Dryomov <idryomov@gmail.com>
Thu, 19 Feb 2015 11:27:51 +0000 (14:27 +0300)
commit581840fb425f27632a1310fa30bf3b408e2a0881
tree0f7b68eb531e5034889da577dc05fc9ffe958b8b
parenta1b04dad7a6b1bd2ad02485e2e6d948f28144aea
libceph: kfree() in put_osd() shouldn't depend on authorizer

edd8fc55ee1b ("ceph: ensure auth ops are defined before use") made
kfree() in put_osd() conditional on the authorizer.  A mechanical
mistake most likely - fix it.

Cc: Alex Elder <elder@linaro.org>
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
Reviewed-by: Sage Weil <sage@redhat.com>
Reviewed-by: Alex Elder <elder@linaro.org>
net/ceph/osd_client.c