summaryrefslogtreecommitdiff
path: root/rust/alloc/collections/git@git.tavy.me:linux.git
diff options
context:
space:
mode:
authorVlastimil Babka <vbabka@suse.cz>2026-01-23 07:52:58 +0100
committerVlastimil Babka <vbabka@suse.cz>2026-01-29 09:29:27 +0100
commitb16af1c81277dceb96812305b471296af9adf5d0 (patch)
tree89ac6cb565bde122ca4af3b34b4c5849454c28f4 /rust/alloc/collections/git@git.tavy.me:linux.git
parent0f7075bea8da3b01898712cfec49dd9a2f09be2f (diff)
slab: remove frozen slab checks from __slab_free()
Currently slabs are only frozen after consistency checks failed. This can happen only in caches with debugging enabled, and those use free_to_partial_list() for freeing. The non-debug operation of __slab_free() can thus stop considering the frozen field, and we can remove the FREE_FROZEN stat. Reviewed-by: Suren Baghdasaryan <surenb@google.com> Reviewed-by: Hao Li <hao.li@linux.dev> Reviewed-by: Harry Yoo <harry.yoo@oracle.com> Signed-off-by: Vlastimil Babka <vbabka@suse.cz>
Diffstat (limited to 'rust/alloc/collections/git@git.tavy.me:linux.git')
0 files changed, 0 insertions, 0 deletions