freebsd-dev/sys/coda/TODO

18 lines
438 B
Plaintext
Raw Normal View History

1998-09-02 19:09:53 +00:00
OOPS:
FreeBSD does not fsync!!!
1998-08-29 21:14:52 +00:00
Near term:
Fix bug in executing/mapping new files.
1998-09-02 19:09:53 +00:00
cfs_mount bug: interaction with cfs_inactive no cfs_unsave.
vref/vn_lock == vget except no VXWANT which may be on.
Review locks: vn_lock/VOP_UNLOCK/lockmgr ...
1998-08-29 21:14:52 +00:00
Medium term:
Add missing VFS methods.
Do performance profile.
Tune hash algorithm used in cfs_namecache.
1998-09-02 19:09:53 +00:00
Tune hash algorithm used in cfs_subr.
1998-08-29 21:14:52 +00:00
Eventually:
Use standard queue macros.