From: Chao Yu Date: Tue, 18 Nov 2014 03:17:20 +0000 (+0800) Subject: f2fs: remove unneeded check code with option in f2fs_remount X-Git-Tag: omap-for-v3.19/fixes-rc1~146^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aba291b3d8d83941c7ea39487e279ae793b711b3;p=pandora-kernel.git f2fs: remove unneeded check code with option in f2fs_remount Because we have checked the contrary condition in case of "if" judgment, we do not need to check the condition again in case of "else" judgment. Let's remove it. Signed-off-by: Chao Yu Signed-off-by: Jaegeuk Kim --- Reading git-diff-tree failed