[PATCH] slab: use parameter passed to cache_reap to determine pointer to work structure
authorChristoph Lameter <clameter@sgi.com>
Sat, 10 Feb 2007 09:42:55 +0000 (01:42 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Sun, 11 Feb 2007 18:51:17 +0000 (10:51 -0800)
commit7c5cae368a6c44eac0e817ae130301b65ff446dc
treedccede940e8ef4b341af03a8a0ac9da951e74616
parent8c8cc2c10c21943dd3499a2df7aac835093b37f3
[PATCH] slab: use parameter passed to cache_reap to determine pointer to work structure

Use the pointer passed to cache_reap to determine the work pointer and
consolidate exit paths.

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