From: Al Viro Date: Sun, 4 Jul 2010 08:23:11 +0000 (+0400) Subject: fix leak in __logfs_create() X-Git-Tag: v2.6.36-rc1~304^2~92 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=256249584bda1a9357e2d29987a37f5b2df035f6;p=pandora-kernel.git fix leak in __logfs_create() if kmalloc fails, we still need to drop the inode, as we do on other failure exits. Signed-off-by: Al Viro --- Reading git-diff-tree failed