From: Wei Yongjun Date: Fri, 23 Aug 2013 00:30:20 +0000 (+0800) Subject: f2fs: fix error return code in init_f2fs_fs() X-Git-Tag: v3.12-rc1~127^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e6b978c32bacd98a93e34af7f4222e76007705f;p=pandora-kernel.git f2fs: fix error return code in init_f2fs_fs() Fix to return -ENOMEM in the kset create and add error handling case instead of 0, as done elsewhere in this function. Introduced by commit b59d0bae6ca30c496f298881616258f9cde0d9c6. (f2fs: add sysfs support for controlling the gc_thread) Signed-off-by: Wei Yongjun Acked-by: Namjae Jeon [Jaegeuk Kim: merge the patch with previous modification] Signed-off-by: Jaegeuk Kim --- Reading git-diff-tree failed