|
@@ -5074,12 +5074,6 @@ static ssize_t destroy_by_rcu_show(struct kmem_cache *s, char *buf)
|
|
|
}
|
|
|
SLAB_ATTR_RO(destroy_by_rcu);
|
|
|
|
|
|
-static ssize_t reserved_show(struct kmem_cache *s, char *buf)
|
|
|
-{
|
|
|
- return sprintf(buf, "0\n");
|
|
|
-}
|
|
|
-SLAB_ATTR_RO(reserved);
|
|
|
-
|
|
|
#ifdef CONFIG_SLUB_DEBUG
|
|
|
static ssize_t slabs_show(struct kmem_cache *s, char *buf)
|
|
|
{
|
|
@@ -5392,7 +5386,6 @@ static struct attribute *slab_attrs[] = {
|
|
|
&reclaim_account_attr.attr,
|
|
|
&destroy_by_rcu_attr.attr,
|
|
|
&shrink_attr.attr,
|
|
|
- &reserved_attr.attr,
|
|
|
&slabs_cpu_partial_attr.attr,
|
|
|
#ifdef CONFIG_SLUB_DEBUG
|
|
|
&total_objects_attr.attr,
|