Remove mention of semaphores from kernel-locking
authorMatthew Wilcox <matthew@wil.cx>
Wed, 23 Apr 2008 11:20:41 +0000 (07:20 -0400)
committerMatthew Wilcox <willy@linux.intel.com>
Thu, 24 Jul 2008 12:29:40 +0000 (08:29 -0400)
Since the consensus seems to be to eliminate semaphores where possible,
we shouldn't be educating people about how to use them as locks.  Use
mutexes instead.  Semaphores should be described in a separate document
if we end up keeping them.

Signed-off-by: Matthew Wilcox <willy@linux.intel.com>
Acked-by: Rusty Russell <rusty@rustcorp.com.au>

No differences found