NetBSD/sys/coda/TODO

15 lines
330 B
Plaintext
Raw Normal View History

1998-08-30 01:26:45 +04:00
Near term:
1998-09-08 21:12:46 +04:00
check cfs_vnodeops.c: re vrele/VOP_LOCK -> vget
cfs_create, remove, link mkdir, rmdir, symlink
1998-08-30 01:26:45 +04:00
1998-09-08 21:12:46 +04:00
cfs_vfsops.c: use vfsp vs 0
cp = makecfsnode(&ctlfid, vfsp, VCHR);
1998-08-30 01:26:45 +04:00
Medium term:
Add missing VFS methods.
Do performance profile.
Tune hash algorithm used in cfs_namecache.
Eventually:
Use standard queue macros.