kernel-hacking-2024-linux-s.../fs/coda
Yoshihisa Abe f7cc02b871 Coda: push BKL regions into coda_upcall()
Now that shared inode state is locked using the cii->c_lock, the BKL is
only used to protect the upcall queues used to communicate with the
userspace cache manager. The remaining state is all local and we can
push the lock further down into coda_upcall().

Signed-off-by: Yoshihisa Abe <yoshiabe@cs.cmu.edu>
Signed-off-by: Jan Harkes <jaharkes@cs.cmu.edu>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2010-10-25 08:02:40 -07: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 coda: remove CODA_FS_OLD_API 2008-07-25 10:53:33 -07:00
dir.c Coda: push BKL regions into coda_upcall() 2010-10-25 08:02:40 -07:00
file.c Coda: push BKL regions into coda_upcall() 2010-10-25 08:02:40 -07:00
inode.c Coda: push BKL regions into coda_upcall() 2010-10-25 08:02:40 -07:00
Kconfig fs/Kconfig: move coda out 2009-01-22 13:16:01 +03:00
Makefile
pioctl.c Coda: push BKL regions into coda_upcall() 2010-10-25 08:02:40 -07:00
psdev.c Coda: push BKL regions into coda_upcall() 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 sysctl: Drop & in front of every proc_handler. 2009-11-18 08:37:40 -08:00
upcall.c Coda: push BKL regions into coda_upcall() 2010-10-25 08:02:40 -07:00