From: Chao Yu Date: Thu, 7 Nov 2013 02:14:51 +0000 (+0800) Subject: f2fs: fix memory leak after kobject init failed in fill_super X-Git-Tag: v3.13-rc1~113^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d15bd2034c9b0f9ac88fa0e4cd33e0d792b0bb0;p=pandora-kernel.git f2fs: fix memory leak after kobject init failed in fill_super If we failed to init&add kobject when fill_super, stats info and proc object of f2fs will not be released. We should free them before we finish fill_super. Signed-off-by: Chao Yu Signed-off-by: Jaegeuk Kim --- Reading git-diff-tree failed