[PATCH] tiny kmem_cache_destroy doc tweak

From: John Levon (levon@movementarian.org)
Date: Wed Sep 18 2002 - 16:31:39 EST


Make it clear that _destroy() won't do the kmem_cache_free()s for you (it seems).

Against 2.5.36

thanks
john

--- linux-linus/mm/slab.c Wed Sep 18 19:48:54 2002
+++ linux/mm/slab.c Wed Sep 18 22:27:32 2002
@@ -1018,6 +1018,8 @@
  * cache being allocated each time a module is loaded and unloaded, if the
  * module doesn't have persistent in-kernel storage across loads and unloads.
  *
+ * The cache must be empty before calling this function.
+ *
  * The caller must guarantee that noone will allocate memory from the cache
  * during the kmem_cache_destroy().
  */
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Mon Sep 23 2002 - 22:00:24 EST