aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/kernel
diff options
context:
space:
mode:
authorChristoph Lameter <clameter@sgi.com>2007-07-30 13:06:46 -0700
committerChristoph Lameter <clameter@sgi.com>2007-08-09 21:57:15 -0700
commitfcda3d89bf1366f6801447eab2d8a75ac5b9c4ce (patch)
tree47382ad57b48a1a0e46a6190991f88a9e6973e45 /arch/blackfin/kernel
parentremove dubious legal statment from uio-howto (diff)
downloadlinux-dev-fcda3d89bf1366f6801447eab2d8a75ac5b9c4ce.tar.xz
linux-dev-fcda3d89bf1366f6801447eab2d8a75ac5b9c4ce.zip
SLUB: Remove checks for MAX_PARTIAL from kmem_cache_shrink
The MAX_PARTIAL checks were supposed to be an optimization. However, slab shrinking is a manually triggered process either through running slabinfo or by the kernel calling kmem_cache_shrink. If one really wants to shrink a slab then all operations should be done regardless of the size of the partial list. This also fixes an issue that could surface if the number of partial slabs was initially above MAX_PARTIAL in kmem_cache_shrink and later drops below MAX_PARTIAL through the elimination of empty slabs on the partial list (rare). In that case a few slabs may be left off the partial list (and only be put back when they are empty). Signed-off-by: Christoph Lameter <clameter@sgi.com>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions