commit | 9ea6e5d8088096aeba29b6778c3d3d82fb495e9f | [log] [tgz] |
---|---|---|
author | Matthias Kaehlcke <matthias.kaehlcke@gmail.com> | Tue May 08 00:32:43 2007 -0700 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Tue May 08 11:15:17 2007 -0700 |
tree | e348ee1acd60db62dfb95de8b99a11de20ce3ce6 | |
parent | a7e27d5dd396419dc6d6288db6a6d86cf3a94ba5 [diff] |
use mutex instead of semaphore in CAPI 2.0 interface The CAPI 2.0 interface uses a semaphore as mutex. Use the mutex API instead of the (binary) semaphore. Signed-off-by: Matthias Kaehlcke <matthias.kaehlcke@gmail.com> Cc: Karsten Keil <kkeil@suse.de> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>