commit | 4f7a07b88726781e37c4c5f63db3a6ee3f8500d3 | [log] [tgz] |
---|---|---|
author | Ingo Molnar <mingo@elte.hu> | Thu Mar 23 03:00:19 2006 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Thu Mar 23 07:38:10 2006 -0800 |
tree | 024e0e5cf9232f35bed0cf8cb9aa40fe434b2064 | |
parent | 9331b3157c835353dd28efcd80d23563ad226aee [diff] |
[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>