diff options
| author | Christoph Lameter <[email protected]> | 2006-06-30 01:55:45 -0700 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2006-06-30 11:25:36 -0700 |
| commit | ed11d9eb2228acc483c819ab353e3c41bcb158fa (patch) | |
| tree | fa6efec62228835be260ac55d9dd0480a9064c8a /scripts/patch-kernel | |
| parent | f8891e5e1f93a128c3900f82035e8541357896a7 (diff) | |
[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.
[[email protected]: build fixes]
Signed-off-by: Christoph Lameter <[email protected]>
Cc: Pekka Enberg <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'scripts/patch-kernel')
0 files changed, 0 insertions, 0 deletions