[2.6.24 PATCH 11/25] kcopyd use mutex instead of semaphore

2007-10-12 Thread Alasdair G Kergon
From: Matthias Kaehlcke <[EMAIL PROTECTED]> Kcopyd uses a semaphore as mutex. Use the mutex API instead of the (binary) semaphore, Signed-off-by: Matthias Kaehlcke <[EMAIL PROTECTED]> Cc: Neil Brown <[EMAIL PROTECTED]> Signed-off-by: Alasdair G Kergon <[EMAIL PROTECTED]> Signed-off-by: Andrew

[2.6.24 PATCH 11/25] kcopyd use mutex instead of semaphore

2007-10-12 Thread Alasdair G Kergon
From: Matthias Kaehlcke [EMAIL PROTECTED] Kcopyd uses a semaphore as mutex. Use the mutex API instead of the (binary) semaphore, Signed-off-by: Matthias Kaehlcke [EMAIL PROTECTED] Cc: Neil Brown [EMAIL PROTECTED] Signed-off-by: Alasdair G Kergon [EMAIL PROTECTED] Signed-off-by: Andrew Morton