f2fs: remove unneeded check code with option in f2fs_remount
authorChao Yu <chao2.yu@samsung.com>
Tue, 18 Nov 2014 03:17:20 +0000 (11:17 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Thu, 20 Nov 2014 06:49:31 +0000 (22:49 -0800)
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 <chao2.yu@samsung.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/super.c

diff --cc fs/f2fs/super.c
Simple merge