This repository has been archived by the owner on Sep 9, 2019. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
f2fs/rapid_gc: do not wait until all invalid blocks are discarded
Undiscarded blocks may not reach 0 for various reasons, such as discard granularity settings and discard thread terminating before GC ends, and when that happens, GC thread enters an indefinite loop. Remove this logic entirely. This is not much of an issue since discard thread does not rely on rapid GC. Signed-off-by: Park Ju Hyung <[email protected]> Signed-off-by: kdrag0n <[email protected]>
- Loading branch information