Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: basesrc/usr.sbin/makefs
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.
Home |
Main Index |
Thread Index |
Old Index