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)
Mutex is faster and init_MUTEX has been deprecated, so we'll just switch
to mutexes.

Signed-off-by: Charles Manning <cdhmanning@gmail.com>

No differences found