commit | 4736b009b880b7c19bea36327a71032a6dbee402 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <error27@gmail.com> | Sat Mar 20 15:30:16 2010 +0300 |
committer | Sage Weil <sage@newdream.net> | Tue Mar 23 07:47:04 2010 -0700 |
tree | 3702b662c5d3f1048680e7766308df464c9af8f2 | |
parent | 9c423956b8a495f0c048143abc5da955a70eac97 [diff] |
ceph: handle kmalloc() failure 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>