Commit 0574182
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>
(cherry picked from commit a6def11)1 parent 2cdc011 commit 0574182
1 file changed
Lines changed: 0 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3812 | 3812 | | |
3813 | 3813 | | |
3814 | 3814 | | |
3815 | | - | |
3816 | 3815 | | |
3817 | 3816 | | |
3818 | 3817 | | |
| |||
3826 | 3825 | | |
3827 | 3826 | | |
3828 | 3827 | | |
3829 | | - | |
3830 | | - | |
3831 | | - | |
3832 | 3828 | | |
3833 | 3829 | | |
3834 | 3830 | | |
| |||
0 commit comments