Subject: CVS commit: src/sys/dev/dkwedge
To: None <source-changes@NetBSD.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 04/06/2006 17:55:43
Module Name:	src
Committed By:	thorpej
Date:		Thu Apr  6 17:55:43 UTC 2006

Modified Files:
	src/sys/dev/dkwedge: dk.c

Log Message:
A couple of fixes from dbj@:
- dkwedge_del(): Don't compute a minor number based on partitions, because
  wedges don't have partitions.  Just provide the unit number to vdevgone().
- dkopen(): Make sure we release all of the locks we've acquired should
  opening the parent device fail.


To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 src/sys/dev/dkwedge/dk.c

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