f2fs: remove unnecessary gc option check and balance_fs
authorChangman Lee <cm224.lee@samsung.com>
Mon, 4 Feb 2013 01:05:09 +0000 (10:05 +0900)
committerJaegeuk Kim <jaegeuk.kim@samsung.com>
Mon, 11 Feb 2013 22:15:02 +0000 (07:15 +0900)
commit48600e44c18e4eb0f7c02ec8633c4c56aef292f0
tree5c2f6d487ad6f7052977fa15150786cd98245627
parent94787d91cba7ba168b028703b50a0224702ace9c
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 <cm224.lee@samsung.com>
Signed-off-by: Namjae Jeon <namjae.jeon@samsung.com>
Signed-off-by: Amit Sahrawat <a.sahrawat@samsung.com>
Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>
fs/f2fs/gc.c
This page took 0.027011 seconds and 5 git commands to generate.