patch-2.3.99-pre8 linux/mm/slab.c

Next file: linux/mm/swap_state.c
Previous file: linux/mm/page_alloc.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.99-pre7/linux/mm/slab.c linux/mm/slab.c
@@ -396,12 +396,12 @@
 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)

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)