From: Jaegeuk Kim Date: Wed, 19 Mar 2014 05:17:21 +0000 (+0900) Subject: f2fs: change reclaim rate in percentage X-Git-Tag: v3.15-rc1~62^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58c410351eba3d24f741c85a0eb9eaf15c94047d;p=pandora-kernel.git f2fs: change reclaim rate in percentage 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 --- Reading git-diff-tree failed