ceph: handle kmalloc() failure
authorDan Carpenter <error27@gmail.com>
Sat, 20 Mar 2010 12:30:16 +0000 (15:30 +0300)
committerSage 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