From 9d7a126e4f15a3d681547001d968295127762bcb Mon Sep 17 00:00:00 2001 From: rvb Date: Wed, 2 Sep 1998 19:09:53 +0000 Subject: Pass2 complete --- sys/coda/TODO | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'sys/coda/TODO') 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. -- cgit v1.1