Re: [PATCH] Replace completions with semaphores

From: Linus Torvalds
Date: Tue Apr 15 2008 - 13:00:32 EST




On Tue, 15 Apr 2008, Andi Kleen wrote:
>
> > - probably add support for completions to do counting
>
> But that's just a semaphore, isn't it?

Exactly. But the point here is:

- nobody should use semaphores anyway (use mutexes)
- making *more* code use semaphores is wrong
- completions have a different _mental_ model

IOW, this is not about implementation issues. It's about how you think
about the operations.

We should _not_ implement completions as semaphores, simply because we
want to get *rid* of semaphores some day.

So rather than this long and involved patch series that first makes
semaphores generic, and then makes them be used as completions, I'd much
rather just skip this whole pointless exercise entirely.

Why have "generic semaphores" at all, if we want to get rid of them?

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