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