]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
[SCSI] osst: Use mutex instead of semaphore
authorMatthias Kaehlcke <matthias.kaehlcke@gmail.com>
Fri, 10 Aug 2007 21:50:44 +0000 (14:50 -0700)
committerJames Bottomley <jejb@mulgrave.localdomain>
Fri, 12 Oct 2007 18:50:55 +0000 (14:50 -0400)
commit4390e60163979621f59e3a25a260289986eacb85
tree66bdf6c2077f3cf5ef3617f56f5857b9484d6b5f
parent488a5c8a9a3b67ae117784cd0d73bef53a73d57d
[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>
drivers/scsi/osst.c
drivers/scsi/osst.h