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:
c6664b4
)
Btrfs: check return value of bio_alloc() properly
author
Tsutomu Itoh
<t-itoh@jp.fujitsu.com>
Thu, 12 Apr 2012 20:03:56 +0000
(16:03 -0400)
committer
Chris Mason
<chris.mason@oracle.com>
Thu, 12 Apr 2012 20:03:56 +0000
(16:03 -0400)
bio_alloc() has the possibility of returning NULL.
So, it is necessary to check the return value.
Signed-off-by: Tsutomu Itoh <t-itoh@jp.fujitsu.com>
Signed-off-by: Chris Mason <chris.mason@oracle.com>
No differences found