Re: [PATCH] Simplify net/flow.c

From: David S. Miller
Date: Sat Jan 24 2004 - 00:46:38 EST


From: Rusty Russell <rusty@xxxxxxxxxxxxxxx>
Date: Fri, 23 Jan 2004 17:55:28 +1100

In message <20040122195104.31cc2496.akpm@xxxxxxxx> you write:
> - down(&cpucontrol);
> + down_cpucontrol();

OK. Although I think I prefer to have down_cpucontrol() defined under
#ifdef CONFIG_HOTPLUG_CPU, and revert to using a normal sem here as
well to cover the CONFIG_HOTPLUG_CPU=n CONFIG_SMP=y case. But I will
produce an additional patch with the hotplug cpu patches.

Rusty take a look at Linus's current BK tree, it should be
to your satisfaction I think :)
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/