yaffs: Switch from semaphores to mutexes
authorCharles Manning <cdhmanning@gmail.com>
Wed, 3 Nov 2010 03:01:12 +0000 (16:01 +1300)
committerCharles Manning <cdhmanning@gmail.com>
Wed, 3 Nov 2010 03:01:12 +0000 (16:01 +1300)
commit73c54aa8c1de3f61a4c211cd47431293a6092f18
tree2f060614008f76909d3e2ac444c5372e2fcf8635
parent3ecea787c3d99a5e13bf3b826dd3ad772fbad810
yaffs: Switch from semaphores to mutexes

Mutex is faster and init_MUTEX has been deprecated, so we'll just switch
to mutexes.

Signed-off-by: Charles Manning <cdhmanning@gmail.com>
yaffs_linux.h
yaffs_vfs_multi.c
yaffs_vfs_single.c