]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit - fs/f2fs/gc.c
f2fs: retry gc if one section is not successfully reclaimed
authorJaegeuk Kim <jaegeuk@kernel.org>
Sun, 16 Aug 2015 05:06:08 +0000 (22:06 -0700)
committerJaegeuk Kim <jaegeuk@kernel.org>
Thu, 20 Aug 2015 16:00:12 +0000 (09:00 -0700)
commit5ee5293c3290a8e710d75977418f954e62c3dfdf
treed0879cbb55b380489fc9f6f7162a7e89b9965a79
parent2286c0205d1478d4bece6e733cbaf15535fba09d
f2fs: retry gc if one section is not successfully reclaimed

If FG_GC failed to reclaim one section, let's retry with another section
from the start, since we can get anoterh good candidate.

Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/gc.c