]> git.baikalelectronics.ru Git - kernel.git/commit
[SCSI] st: Use mutex instead of semaphore
authorMatthias Kaehlcke <matthias.kaehlcke@gmail.com>
Sun, 29 Jul 2007 21:38:15 +0000 (23:38 +0200)
committerJames Bottomley <jejb@mulgrave.localdomain>
Tue, 31 Jul 2007 15:44:01 +0000 (10:44 -0500)
commitef3d1654e2a69133b122302e2f15a3936ba7553f
tree7fbf47978234fc2cd92d4695f784a8bc15501edc
parent041ce0db527778e2e1d9652874ead8c53fc072f0
[SCSI] st: Use mutex instead of semaphore

The SCSI Tape driver uses a semaphore as mutex. Use the mutex API
instead of the (binary) semaphore.

Signed-off-by: Matthias Kaehlcke <matthias.kaehlcke@gmail.com>
Acked-by: Kai Makisara <kai.makisara@kolumbus.fi>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
drivers/scsi/st.c
drivers/scsi/st.h