From: Jaegeuk Kim Date: Thu, 18 Sep 2014 00:52:58 +0000 (-0700) Subject: f2fs: use more free segments until SSR is activated X-Git-Tag: fixes-for-v3.18-merge-window~8^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=95dd89730119b97d82f9edc806757cef737703e5;p=pandora-kernel.git f2fs: use more free segments until SSR is activated Previously, f2fs activates SSR if the # of free segments reaches to the # of overprovisioned segments. In this case, SSR starts to use dirty segments only, so that the overprovisoned space cannot be selected for new data. This means that we have no chance to utilizae the overprovisioned space at all. This patch fixes that by allowing LFS allocations until the # of free segments reaches to the last threshold, reserved space. Signed-off-by: Jaegeuk Kim --- Reading git-diff-tree failed