]> nv-tegra.nvidia Code Review - linux-2.6.git/blobdiff - mm/slab.c
[PATCH] mm: rename kmem_cache_s to kmem_cache
[linux-2.6.git] / mm / slab.c
index 41e91794aa5008b67dd3fd5ced97a7af155026fc..d77e5f50fba9c859d705f64efdae9344172b2076 100644 (file)
--- a/mm/slab.c
+++ b/mm/slab.c
@@ -368,7 +368,7 @@ static inline void kmem_list3_init(struct kmem_list3 *parent)
  * manages a cache.
  */
        
-struct kmem_cache_s {
+struct kmem_cache {
 /* 1) per-cpu data, touched during every alloc/free */
        struct array_cache      *array[NR_CPUS];
        unsigned int            batchcount;