Commit 3d32d5d0 authored by Linus Torvalds's avatar Linus Torvalds

Fix bogon in slab hotplug cleanup from Rusty.

parent bd7c5d21
......@@ -601,6 +601,7 @@ static int __devinit cpuup_callback(struct notifier_block *nfb,
{
long cpu = (long)hcpu;
kmem_cache_t* cachep;
struct list_head *p;
switch (action) {
case CPU_UP_PREPARE:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment