11.1Sjdolecek# $NetBSD: TODO,v 1.1 2002/12/26 12:31:32 jdolecek Exp $ 21.1Sjdolecek 31.1Sjdolecek- use the dirty flag introduced by Win95 OSR2, as noted in bin/5638 41.1Sjdolecek- the fat cache (see msdosfs_fat.c, denode->de_fc[]) should probably 51.1Sjdolecek hold all cluster numbers for directories to speed up file lookup; 61.1Sjdolecek doing the same for files is likely to not be worth the needed 71.1Sjdolecek memory, since they are often much bigger and scanned much less 81.1Sjdolecek frequently 9