diff --git a/[refs] b/[refs] index 744da2077a64..6ac927d8fdf0 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 789306e5ad6b3051c263ac2478875efa8bc07462 +refs/heads/master: a755b76ab4cefe3d3aa046f3abc62b7e087336b3 diff --git a/trunk/mm/slab.c b/trunk/mm/slab.c index 6ebb9515a3e9..e26bff5ed1a6 100644 --- a/trunk/mm/slab.c +++ b/trunk/mm/slab.c @@ -2314,11 +2314,8 @@ static int __init_refok setup_cpu_cache(struct kmem_cache *cachep, gfp_t gfp) /** * __kmem_cache_create - Create a cache. - * @name: A string which is used in /proc/slabinfo to identify this cache. - * @size: The size of objects to be created in this cache. - * @align: The required alignment for the objects. + * @cachep: cache management descriptor * @flags: SLAB flags - * @ctor: A constructor for the objects. * * Returns a ptr to the cache on success, NULL on failure. * Cannot be called within a int, but can be interrupted.