Subject: CVS commit: syssrc/sys/dev
To: None <source-changes@netbsd.org>
From: Andrew Brown <atatat@netbsd.org>
List: source-changes
Date: 06/21/2002 22:09:32
Module Name:	syssrc
Committed By:	atatat
Date:		Fri Jun 21 19:09:31 UTC 2002

Modified Files:
	basesrc/usr.sbin/vnconfig: vnconfig.8 vnconfig.c
	syssrc/sys/dev: vnd.c vndvar.h

Log Message:
Provide a means for vnconfig to indicate which devices are in use, and
by which files (hmm...why can't I unmount that file system over
there).  Currently this is just the device and inode number of the
file backing the vnd, but hopefully consing up full pathnames can be
done at some point.


To generate a diff of this commit:
cvs rdiff -r1.22 -r1.23 basesrc/usr.sbin/vnconfig/vnconfig.8
cvs rdiff -r1.24 -r1.25 basesrc/usr.sbin/vnconfig/vnconfig.c
cvs rdiff -r1.79 -r1.80 syssrc/sys/dev/vnd.c
cvs rdiff -r1.6 -r1.7 syssrc/sys/dev/vndvar.h

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