libceph: fix linger request check in __unregister_request()
authorIlya Dryomov <ilya.dryomov@inktank.com>
Fri, 20 Jun 2014 14:29:20 +0000 (18:29 +0400)
committerIlya Dryomov <ilya.dryomov@inktank.com>
Tue, 8 Jul 2014 11:08:44 +0000 (15:08 +0400)
We should check if request is on the linger request list of any of the
OSDs, not whether request is registered or not.

Signed-off-by: Ilya Dryomov <ilya.dryomov@inktank.com>
Reviewed-by: Alex Elder <elder@linaro.org>

No differences found