From: Ingo Molnar Date: Thu, 23 Mar 2006 11:00:19 +0000 (-0800) Subject: [PATCH] convert fs/9p/ to mutexes, fix locking bugs X-Git-Tag: v2.6.17-rc1~1056 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f7a07b88726781e37c4c5f63db3a6ee3f8500d3;p=pandora-kernel.git [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 Cc: Eric Van Hensbergen Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed