commit | 61c74035626beb25a39b0273ccf7d75510bc36a1 | [log] [tgz] |
---|---|---|
author | Alex Elder <elder@inktank.com> | Thu Dec 06 09:37:23 2012 -0600 |
committer | Alex Elder <elder@inktank.com> | Mon Dec 17 12:07:31 2012 -0600 |
tree | 7544f2c85f9e10911b0c463fa6422db096c7054e | |
parent | 2fd82b9e92c2a718ae81fc987b4468ceeee6979b [diff] |
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>