rbd: remove linger unconditionally
authorAlex Elder <elder@inktank.com>
Thu, 6 Dec 2012 15:37:23 +0000 (09:37 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 17 Jan 2013 16:51:20 +0000 (08:51 -0800)
commit50cda8f4439d715e080ced70d1e6d9ec07f95e6c
tree551efdfc5513a4ba2d28d71f49ef60c3d2452e0d
parent02585b8bdc988de82b45088a3f2092af2e6b2816
rbd: remove linger unconditionally

In __unregister_linger_request(), the request is being removed
from the osd client's req_linger list only when the request
has a non-null osd pointer.  It should be done whether or not
the request currently has an osd.

This is most likely a non-issue because I believe the request
will always have an osd when this function is called.

Signed-off-by: Alex Elder <elder@inktank.com>
Reviewed-by: Sage Weil <sage@inktank.com>
(cherry picked from commit 61c74035626beb25a39b0273ccf7d75510bc36a1)
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
net/ceph/osd_client.c