linux/fs/hostfs
Nick Piggin fe15ce446b fs: change d_delete semantics
Change d_delete from a dentry deletion notification to a dentry caching
advise, more like ->drop_inode. Require it to be constant and idempotent,
and not take d_lock. This is how all existing filesystems use the callback
anyway.

This makes fine grained dentry locking of dput and dentry lru scanning
much simpler.

Signed-off-by: Nick Piggin <npiggin@kernel.dk>
2011-01-07 17:50:18 +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 fs: change d_delete semantics 2011-01-07 17:50:18 +11:00
hostfs_user.c hostfs: code cleanups 2010-10-26 16:52:12 -07:00