f2fs: change reclaim rate in percentage
authorJaegeuk Kim <jaegeuk.kim@samsung.com>
Wed, 19 Mar 2014 05:17:21 +0000 (14:17 +0900)
committerJaegeuk Kim <jaegeuk.kim@samsung.com>
Thu, 20 Mar 2014 13:10:10 +0000 (22:10 +0900)
It is more reasonable to determine the reclaiming rate of prefree segments
according to the volume size, which is set to 5% by default.
For example, if the volume is 128GB, the prefree segments are reclaimed
when the number reaches to 6.4GB.

Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>

No differences found