Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/fs/cd9660 Remove. For example, vfs_cluster hasn't exist...
details: https://anonhg.NetBSD.org/src/rev/f6073f37d39d
branches: trunk
changeset: 338289:f6073f37d39d
user: pooka <pooka%NetBSD.org@localhost>
date: Sun May 17 09:45:36 2015 +0000
description:
Remove. For example, vfs_cluster hasn't existed since early UBC days
(which were 10+ years ago).
diffstat:
sys/fs/cd9660/TODO.hibler | 13 -------------
1 files changed, 0 insertions(+), 13 deletions(-)
diffs (17 lines):
diff -r 1371dbe46522 -r f6073f37d39d sys/fs/cd9660/TODO.hibler
--- a/sys/fs/cd9660/TODO.hibler Sun May 17 06:30:06 2015 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-# $NetBSD: TODO.hibler,v 1.2 2003/01/06 12:29:51 wiz Exp $
-
-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
- them back. It looks like a separate (but very similar) lookup routine
- will be needed due to the associated file stuff.
-
-2. It would be nice to be able to use the vfs_cluster code.
- Unfortunately, if the logical block size is smaller than the page size,
- it won't work. Also, if throughput is relatively constant for any
- 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).
Home |
Main Index |
Thread Index |
Old Index