Searched hist:dcf25fe8 (Results 1 - 1 of 1) sorted by last modified time

/linux-master/fs/f2fs/
H A Df2fs.hdiff dcf25fe8 Fri Jul 15 05:25:47 MDT 2016 Chao Yu <chao@kernel.org> f2fs: reset default idle interval value

The default value of idle interval is 2 mins, but for most time when
screen shutdown, there are still operations during the 2 mins interval,
and gc's sleep time is about 30 secs to 60 secs, so there is almost no
chance for GC thread to do garbage collecting.

Set default value of idle interval value from 2 mins to 5 secs for
fixing.

Signed-off-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>

Completed in 493 milliseconds