diff options
author | Alex Elder <elder@inktank.com> | 2012-12-06 09:37:23 -0600 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-01-17 08:46:49 -0800 |
commit | f89f14aff0007cbed2648b10e78982a95802962a (patch) | |
tree | 84a29bf06a51c6b833cec8e6a303894a0ebfe8e8 /fs | |
parent | 495f76eadab76742d4060130604306bfaaafca24 (diff) |
rbd: remove linger unconditionally
(cherry picked from commit 61c74035626beb25a39b0273ccf7d75510bc36a1)
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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'fs')
0 files changed, 0 insertions, 0 deletions