]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commitebabef0f1a47075282daa253e56f283eb1562f5d
treeaa5addbe49c1f7864bc2e5023b7edb11aaf3706b
parent860899ef4ef3e75ba921bac9f0f9ab72c18c945a
[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