Re: [PATCH 2/7] kfifo: move out spinlock

From: Alan Cox
Date: Sun Aug 16 2009 - 18:58:17 EST


On Sun, 16 Aug 2009 22:46:30 +0200
Stefani Seibold <stefani@xxxxxxxxxxx> wrote:

> Move the pointer to the spinlock out of struct kfifo. Most
> users in tree do not actually use a spinlock, so the few
> exceptions now have to call kfifo_{get,put}_locked, which takes
> an extra argument to a spinlock.

NAK this one for the moment

We are about to set fifo loose through all the USB and some other
char/serial drivers all of which will use the spinlock facility.
--
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/