Skip to content
Commit 53625b42 authored by Christoph Lameter's avatar Christoph Lameter
Browse files

count_partial() is not used if !SLUB_DEBUG and !CONFIG_SLABINFO



Avoid warnings about unused functions if neither SLUB_DEBUG nor CONFIG_SLABINFO
is defined. This patch will be reversed when slab defrag is merged since slab
defrag requires count_partial() to determine the fragmentation status of
slab caches.

Signed-off-by: default avatarChristoph Lameter <clameter@sgi.com>
parent 05dda977
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