commit | 28f85009e0cf6a5232cd285131eac3dfe26d9e3a | [log] [tgz] |
---|---|---|
author | Matthias Kaehlcke <matthias.kaehlcke@gmail.com> | Sun Jul 29 23:38:15 2007 +0200 |
committer | James Bottomley <jejb@mulgrave.localdomain> | Tue Jul 31 10:44:01 2007 -0500 |
tree | 7fbf47978234fc2cd92d4695f784a8bc15501edc | |
parent | 0c6a89ba640d28e1dcd7fd1a217d2cfb92ae4953 [diff] |
[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>