commit | b28ec2f37e6a2bbd0bdf74b39cb89c74e4ad17f3 | [log] [tgz] |
---|---|---|
author | Ilya Dryomov <idryomov@gmail.com> | Mon Feb 16 11:49:42 2015 +0300 |
committer | Ilya Dryomov <idryomov@gmail.com> | Thu Feb 19 14:27:51 2015 +0300 |
tree | 0f7b68eb531e5034889da577dc05fc9ffe958b8b | |
parent | 7eb71e0351fbb1b242ae70abb7bb17107fe2f792 [diff] |
libceph: kfree() in put_osd() shouldn't depend on authorizer a255651d4cad ("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>