commit | f68215c4640a38d66429014e524a627bf572d26a | [log] [tgz] |
---|---|---|
author | Jeff Mahoney <[email protected]> | Fri Jul 25 01:46:38 2008 -0700 |
committer | Linus Torvalds <[email protected]> | 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 <[email protected]> Cc: Matthew Wilcox <[email protected]> Cc: Chris Mason <[email protected]> Cc: Edward Shishkin <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>