Subject: CVS commit: src/sys/dev
To: None <source-changes@NetBSD.org>
From: Matthias Drochner <drochner@netbsd.org>
List: source-changes
Date: 07/25/2005 13:25:08
Module Name:	src
Committed By:	drochner
Date:		Mon Jul 25 13:25:08 UTC 2005

Modified Files:
	src/sys/dev: vnd.c

Log Message:
minor usability improvements:
-fabricate a trivial geometry also in the case of images <=1M
 (XXX I didn't add a check for >0 size -- this is generally harmless
  because there are enough boundary checks present, and it allows
  to test some corner cases in the disklabel handling code)
-ignore the VNF_KLABEL flag -- the vnd device is if limited (and
 well-defined!) lifetime anyway, and the implications of "keeplabel"
 are confusing at best


To generate a diff of this commit:
cvs rdiff -r1.117 -r1.118 src/sys/dev/vnd.c

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