TODO revision 1.3 1 1.3 gdt $NetBSD: TODO,v 1.3 2006/04/04 13:20:39 gdt Exp $
2 1.3 gdt
3 1.3 gdt 1. coda_lookup locking
4 1.3 gdt
5 1.3 gdt coda_lookup does not follow the ISDOTDOT locking rules described in
6 1.3 gdt sys/kern/vnode_if.src.
7 1.3 gdt
8 1.3 gdt 2. getcwd
9 1.3 gdt
10 1.3 gdt getcwd does not work. (Fixing coda_lookup may fix this.)
11 1.3 gdt
12 1.3 gdt 3. LK_RETRY removal
13 1.3 gdt
14 1.3 gdt Remove the use of LK_RETRY in coda_lookup, and check remaining uses
15 1.3 gdt for correctness.
16 1.3 gdt
17 1.3 gdt 4. coda_close cleanup
18 1.3 gdt
19 1.3 gdt Understand, comment, and clean up '#ifdef hmm' in coda_close.
20 1.3 gdt
21 1.3 gdt
22 1.3 gdt From 1998 (likely no longer correct):
23 1.3 gdt
24 1.1 rvb Near term:
25 1.2 rvb check cfs_vnodeops.c: re vrele/VOP_LOCK -> vget
26 1.2 rvb cfs_create, remove, link mkdir, rmdir, symlink
27 1.1 rvb
28 1.2 rvb cfs_vfsops.c: use vfsp vs 0
29 1.2 rvb cp = makecfsnode(&ctlfid, vfsp, VCHR);
30 1.1 rvb
31 1.1 rvb Medium term:
32 1.1 rvb Add missing VFS methods.
33 1.1 rvb Do performance profile.
34 1.1 rvb Tune hash algorithm used in cfs_namecache.
35 1.1 rvb
36 1.1 rvb Eventually:
37 1.1 rvb Use standard queue macros.
38