slab: remove cachep in struct slab_rcu
authorJoonsoo Kim <iamjoonsoo.kim@lge.com>
Thu, 24 Oct 2013 01:07:41 +0000 (10:07 +0900)
committerPekka Enberg <penberg@iki.fi>
Thu, 24 Oct 2013 17:17:29 +0000 (20:17 +0300)
commit07d417a1c6f1e386a2276b0cae8ae1d14b8a32cc
tree76c1f4aa71e875019523c95c23f594819360c3cb
parent1ea991b00c26e3a275e2d2e110e5221211fc45b6
slab: remove cachep in struct slab_rcu

We can get cachep using page in struct slab_rcu, so remove it.

Acked-by: Andi Kleen <ak@linux.intel.com>
Acked-by: Christoph Lameter <cl@linux.com>
Signed-off-by: Joonsoo Kim <iamjoonsoo.kim@lge.com>
Signed-off-by: Pekka Enberg <penberg@iki.fi>
mm/slab.c