]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit245328406d77d7e93b045544683ae34bb1490c14
treedccede940e8ef4b341af03a8a0ac9da951e74616
parent28af043aabb95f8323d75c2b93999b27fe51dafb
[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