Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
f2fs: set ioprio of GC kthread to idle
GC should run conservatively as possible to reduce latency spikes to the user. Setting ioprio to idle class will allow the kernel to schedule GC thread's I/O to not affect any other processes' I/O requests. Signed-off-by: Park Ju Hyung <[email protected]> Signed-off-by: Danny Lin <[email protected]>
- Loading branch information