f2fs: fix memory leak when init f2fs filesystem fail
authorZhao Hongjiang <zhaohongjiang@huawei.com>
Tue, 20 Aug 2013 08:49:51 +0000 (16:49 +0800)
committerJaegeuk Kim <jaegeuk.kim@samsung.com>
Tue, 20 Aug 2013 09:58:44 +0000 (18:58 +0900)
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 <zhaohongjiang@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>

No differences found