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:
0e5e177
)
libceph: Unlock unprocessed pages in start_read() error path
author
David Zafman
<david.zafman@inktank.com>
Tue, 4 Dec 2012 03:14:05 +0000
(19:14 -0800)
committer
Alex Elder
<elder@inktank.com>
Thu, 13 Dec 2012 14:13:09 +0000
(08:13 -0600)
Function start_read() can get an error before processing all pages.
It must not only release the remaining pages, but unlock them too.
This fixes http://tracker.newdream.net/issues/3370
Signed-off-by: David Zafman <david.zafman@inktank.com>
Reviewed-by: Alex Elder <elder@inktank.com>
No differences found