From: Jaegeuk Kim Date: Thu, 28 Nov 2013 03:55:13 +0000 (+0900) Subject: f2fs: remove unnecessary condition checks X-Git-Tag: v3.14-rc1~122^2~62 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=031fa8cc9ba45c14f440b9cf71d09950fbe5eb9b;p=pandora-kernel.git f2fs: remove unnecessary condition checks This patch removes the unnecessary condition checks on: fs/f2fs/gc.c:667 do_garbage_collect() warn: 'sum_page' isn't an ERR_PTR fs/f2fs/f2fs.h:795 f2fs_put_page() warn: 'page' isn't an ERR_PTR Reported-by: Dan Carpenter Signed-off-by: Jaegeuk Kim --- Reading git-diff-tree failed