Re: [PATCH 1/19] MUTEX: Introduce simple mutex implementation

From: Alan Cox
Date: Wed Dec 14 2005 - 06:18:14 EST


On Mer, 2005-12-14 at 11:12 +0000, David Howells wrote:
> David Howells <dhowells@xxxxxxxxxx> wrote:
>
> >
> > (6) Make wrappers for up/down that map to counting semaphores with the
> > deprecation attribute set.
>
> (7) After a couple of months, remove up and down entirely.

Why bother. As has already been discussed up and down are the natural
and normal names for counting semaphores. You don't need to obsolete the
old API thats just silly, you need to add a new one and wait for people
to use it.

The old API is still very useful for some applications that want
counting semaphores.

-
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/