[PATCH] fat_lock is used as a mutex, convert it to using the new mutex primitive
authorArjan van de Ven <arjan@infradead.org>
Thu, 23 Mar 2006 11:00:48 +0000 (03:00 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Thu, 23 Mar 2006 15:38:15 +0000 (07:38 -0800)
commit6b9438e1323a2be10dcc039f6321e7ca18b9459e
tree9d84b6f39a2a586c14b2932eda5817cae8ce5b57
parentf82945dff51ff7b33f69cb45a8342b936e966f7f
[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 <arjan@infradead.org>
Acked-by: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
Cc: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/fat/fatent.c
include/linux/msdos_fs.h