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:
9c42395
)
ceph: handle kmalloc() failure
author
Dan Carpenter
<error27@gmail.com>
Sat, 20 Mar 2010 12:30:16 +0000
(15:30 +0300)
committer
Sage Weil
<sage@newdream.net>
Tue, 23 Mar 2010 14:47:04 +0000
(07:47 -0700)
Return ERR_PTR(-ENOMEM) if kmalloc() fails. We handle allocation
failures the same way later in the function.
Signed-off-by: Dan Carpenter <error27@gmail.com>
Signed-off-by: Sage Weil <sage@newdream.net>
No differences found