slab: factor out initialization of array cache
authorJoonsoo Kim <[email protected]>
Wed, 6 Aug 2014 23:04:27 +0000 (16:04 -0700)
committerLinus Torvalds <[email protected]>
Thu, 7 Aug 2014 01:01:14 +0000 (18:01 -0700)
commit1fe00d50a9e81150de5000490b87ed227525cf09
treefb9390e694eb4ed8cfba463c6136d0fdf74e0da7
parent97654dfa20caa5e6c1b0a4af715aabaf5d070d69
slab: factor out initialization of array cache

Factor out initialization of array cache to use it in following patch.

Signed-off-by: Joonsoo Kim <[email protected]>
Acked-by: Christoph Lameter <[email protected]>
Cc: Pekka Enberg <[email protected]>
Acked-by: David Rientjes <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
mm/slab.c