Expand PMF_FN_* macros.
[netbsd-mini2440.git] / sys / coda / TODO
blob7a4f81a295bd6893794521cf18298a02c192d718
1 $NetBSD: TODO,v 1.3 2006/04/04 13:20:39 gdt Exp $
3 1. getcwd
5 getcwd does not work.
7 2. VOP_GETPAGES/PUTPAGES
9 Check behavior vs. specifications.
10 Resolve uvm_fault layering issue (see PR 28372).
12 3. check vnops correctness
14 Check all vnops against their specifications.
16 4. LK_RETRY removal
18 Remove the use of LK_RETRY in most or all vn_lock calls.
19 (Defer this until other filesystems do not call LK_RETRY.)