diff options
author | Christoph Lameter <clameter@sgi.com> | 2006-06-30 01:55:45 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-06-30 11:25:36 -0700 |
commit | ed11d9eb2228acc483c819ab353e3c41bcb158fa (patch) | |
tree | fa6efec62228835be260ac55d9dd0480a9064c8a /crypto/serpent.c | |
parent | f8891e5e1f93a128c3900f82035e8541357896a7 (diff) | |
download | op-kernel-dev-ed11d9eb2228acc483c819ab353e3c41bcb158fa.zip op-kernel-dev-ed11d9eb2228acc483c819ab353e3c41bcb158fa.tar.gz |
[PATCH] slab: consolidate code to free slabs from freelist
Post and discussion:
http://marc.theaimsgroup.com/?t=115074342800003&r=1&w=2
Code in __shrink_node() duplicates code in cache_reap()
Add a new function drain_freelist that removes slabs with objects that are
already free and use that in various places.
This eliminates the __node_shrink() function and provides the interrupt
holdoff reduction from slab_free to code that used to call __node_shrink.
[akpm@osdl.org: build fixes]
Signed-off-by: Christoph Lameter <clameter@sgi.com>
Cc: Pekka Enberg <penberg@cs.helsinki.fi>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'crypto/serpent.c')
0 files changed, 0 insertions, 0 deletions