Skip to content
Commit 03e404af authored by Christoph Lameter's avatar Christoph Lameter Committed by Pekka Enberg
Browse files

slub: fast release on full slab



Make deactivation occur implicitly while checking out the current freelist.

This avoids one cmpxchg operation on a slab that is now fully in use.

Signed-off-by: default avatarChristoph Lameter <cl@linux.com>
Signed-off-by: default avatarPekka Enberg <penberg@kernel.org>
parent e36a2652
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment