summaryrefslogtreecommitdiff
path: root/sys/coda/TODO
blob: edcb277282045c305989d2a1796a2d69957012ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
$NetBSD: TODO,v 1.4 2007/04/08 13:50:51 gdt Exp $

1. getcwd

getcwd does not work.

2. VOP_GETPAGES/PUTPAGES

Check behavior vs. specifications.
Resolve uvm_fault layering issue (see PR 28372).

3. check vnops correctness

Check all vnops against their specifications.

4. LK_RETRY removal

Remove the use of LK_RETRY in most or all vn_lock calls.
(Defer this until other filesystems do not call LK_RETRY.)