From: Ryusuke Konishi Date: Sat, 28 Aug 2010 16:55:38 +0000 (+0900) Subject: nilfs2: fix leak of shadow dat inode in error path of load_nilfs X-Git-Tag: v2.6.36-rc4~93^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4afc31345e5f543e5d89a47aeadaaad1d91a5bc8;p=pandora-kernel.git nilfs2: fix leak of shadow dat inode in error path of load_nilfs If load_nilfs() gets an error while doing recovery, it will fail to free the shadow inode of dat (nilfs->ns_gc_dat). This fixes the leak issue. Signed-off-by: Ryusuke Konishi --- Reading git-diff-tree failed