linux/fs/hostfs
Nick Piggin ec2447c278 hostfs: simplify locking
Remove dcache_lock locking from hostfs filesystem, and move it into dcache
helpers. All that is required is a coherent path name. Protection from
concurrent modification of the namespace after path name generation is not
provided in current code, because dcache_lock is dropped before the path is
used.

Signed-off-by: Nick Piggin <npiggin@kernel.dk>
2011-01-07 17:50:20 +11:00
..
Makefile Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
hostfs.h hostfs: fix UML crash: remove f_spare from hostfs 2010-10-26 16:52:04 -07:00
hostfs_kern.c hostfs: simplify locking 2011-01-07 17:50:20 +11:00
hostfs_user.c hostfs: code cleanups 2010-10-26 16:52:12 -07:00