Bump date for previous. New sentence, new line.
[netbsd-mini2440.git] / sys / fs / cd9660 / TODO.hibler
blob839492bf2a083808bc132ac768ee283486773c15
1 #       $NetBSD: TODO.hibler,v 1.1 2002/12/23 17:52:08 jdolecek Exp $
3 1. Investiate making ISOFS another UFS shared filesystem (ala FFS/MFS/LFS).
4    Since it was modelled after the inode code, we might be able to merge
5    them back.  It looks like a separate (but very similar) lookup routine
6    will be needed due to the associated file stuff.
8 2. It would be nice to be able to use the vfs_cluster code.
9    Unfortunately, if the logical block size is smaller than the page size,
10    it won't work.  Also, if throughput is relatively constant for any
11    block size (as it is for the HP drive--150kbs) then clustering may not
12    buy much (or may even hurt when vfs_cluster comes up with a large sync
13    cluster).