From: Matthew Wilcox Date: Wed, 23 Apr 2008 11:20:41 +0000 (-0400) Subject: Remove mention of semaphores from kernel-locking X-Git-Tag: v2.6.27-rc1~518^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78305de2f99e9f43ab860dd95bb430b20e26c695;p=pandora-kernel.git Remove mention of semaphores from kernel-locking 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 Acked-by: Rusty Russell --- Reading git-diff-tree failed