Use mutexes instead of semaphores in I2O driver
authorMatthias Kaehlcke <matthias.kaehlcke@gmail.com>
Mon, 16 Jul 2007 06:39:49 +0000 (23:39 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Mon, 16 Jul 2007 16:05:41 +0000 (09:05 -0700)
commit9ac162521cd9796f44d263a61090634844c719a6
tree5988aba4299002ea4a425f747a275d29cb9dd3c5
parent1c6b4aa94576eee6dec3b8011f60d7f666db90b0
Use mutexes instead of semaphores in I2O driver

The I2O driver uses two semaphores as mutexes.  Use the mutex API instead of
the (binary) semaphores.

Signed-off-by: Matthias Kaehlcke <matthias.kaehlcke@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/message/i2o/device.c
drivers/message/i2o/exec-osm.c
drivers/message/i2o/iop.c
include/linux/i2o.h