Re: [PATCH 2/6] f2fs: move out f2fs_balance_fs from gc_thread_func

From: Changman Lee
Date: Sun Feb 03 2013 - 20:37:40 EST


As you know, f2fs_balance_fs conducts gc if f2fs has not enough free
sections. But, the purpose of background gc is to conduct gc during idle
time without checking free sections so that f2fs can solve defragment
condition.

Could you review this?

--> 8 --