Home | History | Annotate | Line # | Download | only in msdosfs
TODO revision 1.1
      1  1.1  jdolecek # $NetBSD: TODO,v 1.1 2002/12/26 12:31:32 jdolecek Exp $
      2  1.1  jdolecek 
      3  1.1  jdolecek - use the dirty flag introduced by Win95 OSR2, as noted in bin/5638
      4  1.1  jdolecek - the fat cache (see msdosfs_fat.c, denode->de_fc[]) should probably
      5  1.1  jdolecek 	hold all cluster numbers for directories to speed up file lookup;
      6  1.1  jdolecek 	doing the same for files is likely to not be worth the needed
      7  1.1  jdolecek 	memory, since they are often much bigger and scanned much less
      8  1.1  jdolecek 	frequently
      9