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

From: Andrew Morton
Date: Thu Dec 15 2005 - 14:21:18 EST


Linus Torvalds <torvalds@xxxxxxxx> wrote:
>
> On Thu, 15 Dec 2005, David Howells wrote:
> >
> > FROM TO
> > ============================== =========================
> > DECLARE_MUTEX DECLARE_SEM_MUTEX
> > DECLARE_MUTEX_LOCKED DECLARE_SEM_MUTEX_LOCKED
> > Proper counting semaphore DECLARE_SEM
>
> That sounds fine.

They should be renamed to DEFINE_* while we're there. A "declaration" is
"this thing is defined somewhere else". A "definition" is "this thing is
defined here".

> I wouldn't be adverse to doing that

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