kernel-ark/fs/coda
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
..
cache.c Coda: add spin lock to protect accesses to struct coda_inode_info. 2010-10-25 08:02:40 -07:00
cnode.c Coda: add spin lock to protect accesses to struct coda_inode_info. 2010-10-25 08:02:40 -07:00
coda_int.h drop unused dentry argument to ->fsync 2010-05-27 22:05:02 -04:00
coda_linux.c
dir.c fs: change d_delete semantics 2011-01-07 17:50:18 +11:00
file.c Coda: push BKL regions into coda_upcall() 2010-10-25 08:02:40 -07:00
inode.c convert get_sb_nodev() users 2010-10-29 04:16:31 -04:00
Kconfig
Makefile
pioctl.c Coda: push BKL regions into coda_upcall() 2010-10-25 08:02:40 -07:00
psdev.c Coda: replace BKL with mutex 2010-10-25 08:02:40 -07:00
symlink.c Coda: push BKL regions into coda_upcall() 2010-10-25 08:02:40 -07:00
sysctl.c
upcall.c Coda: replace BKL with mutex 2010-10-25 08:02:40 -07:00