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:
eab49be
)
btrfs: fix uncheck memory allocation in btrfs_submit_compressed_read
author
liubo
<liubo2009@cn.fujitsu.com>
Wed, 26 Jan 2011 06:21:39 +0000
(06:21 +0000)
committer
Chris Mason
<chris.mason@oracle.com>
Fri, 28 Jan 2011 21:40:36 +0000
(16:40 -0500)
btrfs_submit_compressed_read() is lack of memory allocation checks and
corresponding error route.
After this fix, if it comes to "no memory" case, errno will be returned
to userland step by step, and tell users this operation cannot go on.
Signed-off-by: Liu Bo <liubo2009@cn.fujitsu.com>
Signed-off-by: Chris Mason <chris.mason@oracle.com>
No differences found