Commit 98e9286
f2fs: use aggressive GC policy during f2fs_disable_checkpoint()
Let's enable GC_URGENT_HIGH mode during f2fs_disable_checkpoint(),
so that we can use SSR allocator for GCed data/node persistence,
it can improve the performance due to it avoiding migration of
data/node locates in selected target segment of SSR allocator.
Signed-off-by: Chao Yu <chao.yu@oppo.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>1 parent 9b56adc commit 98e9286
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2080 | 2080 | | |
2081 | 2081 | | |
2082 | 2082 | | |
| 2083 | + | |
2083 | 2084 | | |
2084 | 2085 | | |
2085 | 2086 | | |
| |||
2092 | 2093 | | |
2093 | 2094 | | |
2094 | 2095 | | |
| 2096 | + | |
| 2097 | + | |
| 2098 | + | |
2095 | 2099 | | |
2096 | 2100 | | |
2097 | 2101 | | |
| |||
2129 | 2133 | | |
2130 | 2134 | | |
2131 | 2135 | | |
| 2136 | + | |
2132 | 2137 | | |
2133 | 2138 | | |
2134 | 2139 | | |
| |||
0 commit comments