summaryrefslogtreecommitdiffstats
path: root/mm/slab.c
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2000-05-12 23:48:34 +0000
committerRalf Baechle <ralf@linux-mips.org>2000-05-12 23:48:34 +0000
commit7fd36ebeeec9244a7431bb010e6e3c5e4848a0d5 (patch)
tree5fb03a9aafdd1cec5f4f6ff7f1873174cb89b66c /mm/slab.c
parentba2dacab305c598cd4c34a604f8e276bf5bab5ff (diff)
Merge with Linux 2.3.99-pre8. Linus must hate me, too man patches ;-)
Diffstat (limited to 'mm/slab.c')
-rw-r--r--mm/slab.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mm/slab.c b/mm/slab.c
index 055282872..7dbc443fb 100644
--- a/mm/slab.c
+++ b/mm/slab.c
@@ -401,12 +401,12 @@ static struct semaphore cache_chain_sem;
static kmem_cache_t *clock_searchp = &cache_cache;
/* Internal slab management cache, for when slab management is off-slab. */
-static kmem_cache_t *cache_slabp = NULL;
+static kmem_cache_t *cache_slabp;
/* Max number of objs-per-slab for caches which use bufctl's.
* Needed to avoid a possible looping condition in kmem_cache_grow().
*/
-static unsigned long bufctl_limit = 0;
+static unsigned long bufctl_limit;
/* Initialisation - setup the `cache' cache. */
void __init kmem_cache_init(void)