From: Jeff Mahoney Date: Fri, 25 Jul 2008 08:46:38 +0000 (-0700) Subject: reiserfs: convert j_lock to mutex X-Git-Tag: v2.6.27-rc1~416 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f68215c4640a38d66429014e524a627bf572d26a;p=pandora-kernel.git reiserfs: convert j_lock to mutex j_lock is a semaphore but uses it as if it were a mutex. This patch converts it to a mutex. Signed-off-by: Jeff Mahoney Cc: Matthew Wilcox Cc: Chris Mason Cc: Edward Shishkin Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed