git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8295cda
)
rbd: end request on error in rbd_do_request() caller
author
Alex Elder
<elder@dreamhost.com>
Thu, 8 Nov 2012 14:01:39 +0000
(08:01 -0600)
committer
Alex Elder
<elder@inktank.com>
Thu, 17 Jan 2013 21:33:41 +0000
(15:33 -0600)
Only one of the three callers of rbd_do_request() provide a
collection structure to aggregate status.
If an error occurs in rbd_do_request(), have the caller
take care of calling rbd_coll_end_req() if necessary in
that one spot.
Signed-off-by: Alex Elder <elder@inktank.com>
Reviewed-by: Josh Durgin <josh.durgin@inktank.com>
No differences found