From: Changman Lee Date: Mon, 4 Feb 2013 01:05:09 +0000 (+0900) Subject: f2fs: remove unnecessary gc option check and balance_fs X-Git-Tag: v3.9-rc1~67^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=48600e44c18e4eb0f7c02ec8633c4c56aef292f0;p=pandora-kernel.git f2fs: remove unnecessary gc option check and balance_fs 1. If f2fs is mounted with background_gc_off option, checking BG_GC is not redundant. 2. f2fs_balance_fs is checked in f2fs_gc, so this is also redundant. Signed-off-by: Changman Lee Signed-off-by: Namjae Jeon Signed-off-by: Amit Sahrawat Signed-off-by: Jaegeuk Kim --- Reading git-diff-tree failed