From: Wei Yongjun Date: Fri, 12 Apr 2013 02:23:18 +0000 (+0800) Subject: f2fs: fix error return code in f2fs_fill_super() X-Git-Tag: v3.10-rc1~45^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=66348b723bcbf57c2d2630a0c83b77c136e61029;p=pandora-kernel.git f2fs: fix error return code in f2fs_fill_super() Fix to return a negative error code from the error handling case instead of 0, as returned elsewhere in this function. Introduce by commit c0d39e(f2fs: fix return values from validate superblock) Signed-off-by: Wei Yongjun Acked-by: Namjae Jeon Signed-off-by: Jaegeuk Kim --- Reading git-diff-tree failed