Subject: CVS commit: basesrc/usr.sbin/makefs
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 12/05/2001 13:08:54
Module Name: basesrc
Committed By: lukem
Date: Wed Dec 5 11:08:54 UTC 2001
Modified Files:
basesrc/usr.sbin/makefs: ffs.c makefs.c makefs.h walk.c
Log Message:
rework `fsnode' into two components; `fsnode' contains the name and tree
information and a link to the appropriate fsinode, and `fsinode' contains
the inode information and a reference count. multiple fsnodes may point
to the same fsinode. this replaces the 'dup' pointer in the previous code.
To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 basesrc/usr.sbin/makefs/ffs.c
cvs rdiff -r1.6 -r1.7 basesrc/usr.sbin/makefs/makefs.c
cvs rdiff -r1.3 -r1.4 basesrc/usr.sbin/makefs/makefs.h
cvs rdiff -r1.5 -r1.6 basesrc/usr.sbin/makefs/walk.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.