From 7c49b9456c228471c50af7bbaccfdfdf8ac0aa6f Mon Sep 17 00:00:00 2001 From: Randy Dunlap Date: Tue, 6 Nov 2012 17:10:10 -0800 Subject: [PATCH] --- yaml --- r: 346880 b: refs/heads/master c: a755b76ab4cefe3d3aa046f3abc62b7e087336b3 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/mm/slab.c | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) 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.