From: Charles Manning Date: Wed, 3 Nov 2010 03:01:12 +0000 (+1300) Subject: yaffs: Switch from semaphores to mutexes X-Git-Tag: linux-mainline-patchset-4~133 X-Git-Url: https://yaffs.net/gitweb/?a=commitdiff_plain;h=73c54aa8c1de3f61a4c211cd47431293a6092f18;hp=73c54aa8c1de3f61a4c211cd47431293a6092f18;p=yaffs2.git 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 ---