[f2fs-dev][PATCH 2/3] f2fs: remove unneeded check code with option in f2fs_remount

2014-11-17 Thread Chao Yu
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 --- fs/f2fs/super.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fs/f2fs/super.c

[f2fs-dev][PATCH 2/3] f2fs: remove unneeded check code with option in f2fs_remount

2014-11-17 Thread Chao Yu
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...@samsung.com --- fs/f2fs/super.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git