From: Zhao Hongjiang Date: Tue, 20 Aug 2013 08:49:51 +0000 (+0800) Subject: f2fs: fix memory leak when init f2fs filesystem fail X-Git-Tag: v3.12-rc1~127^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9890ff3f23ed78c63611f661006cd5ae38550f44;p=pandora-kernel.git f2fs: fix memory leak when init f2fs filesystem fail When any of the caches create fails in init_f2fs_fs(), the other caches which are create successful should be free. Signed-off-by: Zhao Hongjiang Signed-off-by: Jaegeuk Kim --- Reading git-diff-tree failed