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:
b957ae9
)
CIFS: Fix error handling in cifs_readv_complete
author
Pavel Shilovsky
<piastry@etersoft.ru>
Fri, 21 Oct 2011 06:14:04 +0000
(10:14 +0400)
committer
Steve French
<smfrench@gmail.com>
Fri, 21 Oct 2011 14:21:04 +0000
(09:21 -0500)
In cifs_readv_receive we don't update rdata->result to error value
after kmap'ing a page. We should kunmap the page in the no error
case only.
Signed-off-by: Pavel Shilovsky <piastry@etersoft.ru>
Reviewed-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Steve French <smfrench@gmail.com>
No differences found