[PATCH] do not free non slab allocated per_cpu_pageset
authorDavid Rientjes <rientjes@cs.washington.edu>
Mon, 25 Sep 2006 23:24:57 +0000 (16:24 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 26 Sep 2006 00:38:36 +0000 (17:38 -0700)
commitf3ef9ead31ae995251b420ac98398bd7545bf4e1
treeaa5addbe49c1f7864bc2e5023b7edb11aaf3706b
parent24fd425edd53ea580cad917e825c1f6715e9b939
[PATCH] do not free non slab allocated per_cpu_pageset

Stops panic associated with attempting to free a non slab-allocated
per_cpu_pageset.

Signed-off-by: David Rientjes <rientjes@cs.washington.edu>
Acked-by: Christoph Lameter <clameter@sgi.com>
Cc: <stable@kernel.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
mm/page_alloc.c