linux/fs/fat
Arjan van de Ven 6b9438e132 [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>
2006-03-23 07:38:15 -08:00
..
Makefile Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
cache.c [PATCH] fat: support ->direct_IO() 2006-01-08 20:13:46 -08:00
dir.c It's UTF-8 2006-03-22 00:13:35 +01:00
fatent.c [PATCH] fat_lock is used as a mutex, convert it to using the new mutex primitive 2006-03-23 07:38:15 -08:00
file.c [PATCH] fat: Fix truncate() write ordering 2006-02-03 08:32:10 -08:00
inode.c It's UTF-8 2006-03-22 00:13:35 +01:00
misc.c [PATCH] fat: Replace an own implementation with ll_rw_block(SWRITE,) 2006-02-03 08:32:10 -08:00