freebsd-dev/sys/fs/coda/TODO

17 lines
377 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.
1998-09-02 19:09:53 +00:00
Tune hash algorithm used in cfs_subr.
Make MPSAFE
1998-08-29 21:14:52 +00:00
$FreeBSD$