summaryrefslogtreecommitdiffstats
path: root/sys/coda/TODO
diff options
context:
space:
mode:
authorrvb <rvb@FreeBSD.org>1998-09-02 19:09:53 +0000
committerrvb <rvb@FreeBSD.org>1998-09-02 19:09:53 +0000
commit9d7a126e4f15a3d681547001d968295127762bcb (patch)
tree40c02767fe13f3b472c41ff7cd797bd4ae0e3d79 /sys/coda/TODO
parent2c94888c3d229de9d1faba02308b9d03be1fd50f (diff)
downloadFreeBSD-src-9d7a126e4f15a3d681547001d968295127762bcb.zip
FreeBSD-src-9d7a126e4f15a3d681547001d968295127762bcb.tar.gz
Pass2 complete
Diffstat (limited to 'sys/coda/TODO')
-rw-r--r--sys/coda/TODO9
1 files changed, 7 insertions, 2 deletions
diff --git a/sys/coda/TODO b/sys/coda/TODO
index f19b4b6..eac5143 100644
--- a/sys/coda/TODO
+++ b/sys/coda/TODO
@@ -1,12 +1,17 @@
+OOPS:
+ FreeBSD does not fsync!!!
+
Near term:
- Existing VOP_LOCKS's should proabably be
- vn_lock since that is what they were in -stable.
Fix bug in executing/mapping new files.
+ 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 ...
Medium term:
Add missing VFS methods.
Do performance profile.
Tune hash algorithm used in cfs_namecache.
+ Tune hash algorithm used in cfs_subr.
Eventually:
Use standard queue macros.
OpenPOWER on IntegriCloud