2003-01-06 15:29:48 +03:00
|
|
|
# $NetBSD: TODO.hibler,v 1.2 2003/01/06 12:29:51 wiz Exp $
|
1994-06-08 15:22:45 +04:00
|
|
|
|
|
|
|
1. Investiate making ISOFS another UFS shared filesystem (ala FFS/MFS/LFS).
|
|
|
|
Since it was modelled after the inode code, we might be able to merge
|
2001-07-22 17:33:58 +04:00
|
|
|
them back. It looks like a separate (but very similar) lookup routine
|
1994-06-08 15:22:45 +04:00
|
|
|
will be needed due to the associated file stuff.
|
|
|
|
|
1994-12-14 01:33:10 +03:00
|
|
|
2. It would be nice to be able to use the vfs_cluster code.
|
1994-06-08 15:22:45 +04:00
|
|
|
Unfortunately, if the logical block size is smaller than the page size,
|
2003-01-06 15:29:48 +03:00
|
|
|
it won't work. Also, if throughput is relatively constant for any
|
1994-06-08 15:22:45 +04:00
|
|
|
block size (as it is for the HP drive--150kbs) then clustering may not
|
|
|
|
buy much (or may even hurt when vfs_cluster comes up with a large sync
|
|
|
|
cluster).
|