From: Dan Carpenter Date: Sat, 20 Mar 2010 12:30:16 +0000 (+0300) Subject: ceph: handle kmalloc() failure X-Git-Tag: v2.6.34-rc3~6^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4736b009b880b7c19bea36327a71032a6dbee402;p=pandora-kernel.git 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 Signed-off-by: Sage Weil --- Reading git-diff-tree failed