From: Arjan van de Ven Date: Thu, 23 Mar 2006 11:00:48 +0000 (-0800) Subject: [PATCH] fat_lock is used as a mutex, convert it to using the new mutex primitive X-Git-Tag: v2.6.17-rc1~1024 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b9438e1323a2be10dcc039f6321e7ca18b9459e;p=pandora-kernel.git [PATCH] fat_lock is used as a mutex, convert it to using the new mutex primitive The fat code uses the fat_lock always in a mutex way (taking and releasing the lock in the same function), the patch below converts it into the new mutex primitive. Please consider this patch for the code. Signed-off-by: Arjan van de Ven Acked-by: OGAWA Hirofumi Cc: Ingo Molnar Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed