From: Jeff Mahoney Date: Fri, 25 Jul 2008 08:46:40 +0000 (-0700) Subject: reiserfs: convert j_commit_lock to mutex X-Git-Tag: v2.6.27-rc1~414 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90415deac75a761a25239af6f56381546f8d2201;p=pandora-kernel.git reiserfs: convert j_commit_lock to mutex j_commit_lock is a semaphore but uses it as if it were a mutex. This patch converts it to a mutex. [akpm@linux-foundation.org: coding-style fixes] 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