commit | f68215c4640a38d66429014e524a627bf572d26a | [log] [tgz] |
---|---|---|
author | Jeff Mahoney <jeffm@suse.com> | Fri Jul 25 01:46:38 2008 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Fri Jul 25 10:53:33 2008 -0700 |
tree | 9880a7adbdcda5dba88fe875520b787555b80802 | |
parent | 00b441970a0ab48185244300ac7d4e4eb76df692 [diff] |
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 <jeffm@suse.com> Cc: Matthew Wilcox <matthew@wil.cx> Cc: Chris Mason <chris.mason@oracle.com> Cc: Edward Shishkin <edward.shishkin@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>