-
- Downloads
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>
Showing
- drivers/message/i2o/device.c 8 additions, 8 deletionsdrivers/message/i2o/device.c
- drivers/message/i2o/exec-osm.c 2 additions, 2 deletionsdrivers/message/i2o/exec-osm.c
- drivers/message/i2o/iop.c 1 addition, 1 deletiondrivers/message/i2o/iop.c
- include/linux/i2o.h 3 additions, 2 deletionsinclude/linux/i2o.h
Loading
Please register or sign in to comment