Deleted Added
sdiff udiff text old ( 14553 ) new ( 59874 )
full compact
11. Investiate making ISOFS another UFS shared filesystem (ala FFS/MFS/LFS).
2 Since it was modelled after the inode code, we might be able to merge
3 them back. It looks like a seperate (but very similar) lookup routine
4 will be needed due to the associated file stuff.
5
62. It would be nice to be able to use the vfs_cluster code.
7 Unfortunately, if the logical block size is smaller than the page size,
8 it won't work. Also, if throughtput is relatively constant for any
9 block size (as it is for the HP drive--150kbs) then clustering may not
10 buy much (or may even hurt when vfs_cluster comes up with a large sync
11 cluster).
12
133. Seems like there should be a "notrans" or some such mount option to show
14 filenames as they really are without lower-casing. Does this make sense?