[PATCH] slab: remove drain_array_locked
authorChristoph Lameter <clameter@engr.sgi.com>
Wed, 22 Mar 2006 08:09:07 +0000 (00:09 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 22 Mar 2006 15:54:05 +0000 (07:54 -0800)
commit1b55253a7f95adc82eb20937b57b3e3e32ba65df
tree5ab3f9e6efa5e2ed2a39843b95dcf95ddb89592a
parentaab2207cf8d9c343b6b5f0e4d27e1732f8618d14
[PATCH] slab: remove drain_array_locked

Remove drain_array_locked and use that opportunity to limit the time the l3
lock is taken further.

Signed-off-by: Christoph Lameter <clameter@sgi.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
mm/slab.c