Commit a6def11
mm/slub: remove full list manipulation for non-debug slab
Since debug slab is processed by free_to_partial_list(), and only debug
slab which has SLAB_STORE_USER flag would care about the full list, we
can remove these unrelated full list manipulations from __slab_free().
Acked-by: Christoph Lameter (Ampere) <cl@linux.com>
Reviewed-by: Vlastimil Babka <vbabka@suse.cz>
Signed-off-by: Chengming Zhou <zhouchengming@bytedance.com>
Signed-off-by: Vlastimil Babka <vbabka@suse.cz>1 parent 90b1e56 commit a6def11
1 file changed
Lines changed: 0 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4188 | 4188 | | |
4189 | 4189 | | |
4190 | 4190 | | |
4191 | | - | |
4192 | 4191 | | |
4193 | 4192 | | |
4194 | 4193 | | |
| |||
4202 | 4201 | | |
4203 | 4202 | | |
4204 | 4203 | | |
4205 | | - | |
4206 | | - | |
4207 | | - | |
4208 | 4204 | | |
4209 | 4205 | | |
4210 | 4206 | | |
| |||
0 commit comments