Subject: CVS commit: src/usr.sbin/makefs
To: None <source-changes@NetBSD.org>
From: David Young <dyoung@netbsd.org>
List: source-changes
Date: 10/31/2005 08:29:19
Module Name:	src
Committed By:	dyoung
Date:		Mon Oct 31 08:29:19 UTC 2005

Modified Files:
	src/usr.sbin/makefs: cd9660.c cd9660.h
	src/usr.sbin/makefs/cd9660: cd9660_write.c

Log Message:
Remove the cd9660_inode hashtable for hard-links support, and re-use
the fsinode for the same purpose, per Luke Mewburn's suggestion on
source-changes@.


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 src/usr.sbin/makefs/cd9660.c \
    src/usr.sbin/makefs/cd9660.h
cvs rdiff -r1.5 -r1.6 src/usr.sbin/makefs/cd9660/cd9660_write.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.