[PATCH] convert fs/9p/ to mutexes, fix locking bugs
authorIngo Molnar <mingo@elte.hu>
Thu, 23 Mar 2006 11:00:19 +0000 (03:00 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Thu, 23 Mar 2006 15:38:10 +0000 (07:38 -0800)
commit4f7a07b88726781e37c4c5f63db3a6ee3f8500d3
tree024e0e5cf9232f35bed0cf8cb9aa40fe434b2064
parent9331b3157c835353dd28efcd80d23563ad226aee
[PATCH] convert fs/9p/ to mutexes, fix locking bugs

Convert fs/9p/mux.c from semaphore to mutex.

NOTE: fixed locking bugs in the process - the code was using semaphores
the other way around.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
Cc: Eric Van Hensbergen <ericvh@ericvh.myip.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/9p/mux.c