commit | 9890ff3f23ed78c63611f661006cd5ae38550f44 | [log] [tgz] |
---|---|---|
author | Zhao Hongjiang <zhaohongjiang@huawei.com> | Tue Aug 20 16:49:51 2013 +0800 |
committer | Jaegeuk Kim <jaegeuk.kim@samsung.com> | Tue Aug 20 18:58:44 2013 +0900 |
tree | a3c542503c09e8cdf65112a57572adbde638f688 | |
parent | 7b40527508670e56d817b837b2114bc340446539 [diff] |
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 <zhaohongjiang@huawei.com> Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>