commit | 4390e60163979621f59e3a25a260289986eacb85 | [log] [tgz] |
---|---|---|
author | Matthias Kaehlcke <matthias.kaehlcke@gmail.com> | Fri Aug 10 14:50:44 2007 -0700 |
committer | James Bottomley <jejb@mulgrave.localdomain> | Fri Oct 12 14:50:55 2007 -0400 |
tree | 66bdf6c2077f3cf5ef3617f56f5857b9484d6b5f | |
parent | 488a5c8a9a3b67ae117784cd0d73bef53a73d57d [diff] |
[SCSI] osst: Use mutex instead of semaphore The OnStream 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> Reviewed-by: Satyam Sharma <satyam@infradead.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Acked-by: Willem Riede <wrlk@riede.org> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>