cvs commit: src/sys/vfs/isofs/cd9660 cd9660_node.c
Matthew Dillon
dillon at crater.dragonflybsd.org
Mon Feb 14 08:13:02 PST 2005
dillon 2005/02/14 08:11:42 PST
DragonFly src repository
Modified files:
sys/vfs/isofs/cd9660 cd9660_node.c
Log:
Greatly reduce the size of ISOFS's inode hash table. CDs and DVDs are small
and slow compared to hard disks, an ultra-efficient inode hash table is not
necessary.
Suggested-by: Joerg Sonnenberger <joerg at xxxxxxxxxxxxxxxxx>
Revision Changes Path
1.14 +11 -2 src/sys/vfs/isofs/cd9660/cd9660_node.c
http://www.dragonflybsd.org/cvsweb/src/sys/vfs/isofs/cd9660/cd9660_node.c.diff?r1=1.13&r2=1.14&f=u
More information about the Commits
mailing list