From: Alex Elder Date: Thu, 6 Dec 2012 15:37:23 +0000 (-0600) Subject: rbd: remove linger unconditionally X-Git-Tag: v3.8-rc1~21^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61c74035626beb25a39b0273ccf7d75510bc36a1;p=pandora-kernel.git 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 Reviewed-by: Sage Weil --- Reading git-diff-tree failed