diff options
author | Alex Elder <elder@inktank.com> | 2012-12-06 16:37:23 +0100 |
---|---|---|
committer | Alex Elder <elder@inktank.com> | 2012-12-17 19:07:31 +0100 |
commit | 61c74035626beb25a39b0273ccf7d75510bc36a1 (patch) | |
tree | 7544f2c85f9e10911b0c463fa6422db096c7054e /drivers/block | |
parent | rbd: get rid of RBD_MAX_SEG_NAME_LEN (diff) | |
download | linux-61c74035626beb25a39b0273ccf7d75510bc36a1.tar.xz linux-61c74035626beb25a39b0273ccf7d75510bc36a1.zip |
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>
Diffstat (limited to 'drivers/block')
0 files changed, 0 insertions, 0 deletions