Subject: CVS commit: src/sys/dev/raidframe
To: None <source-changes@NetBSD.org>
From: Greg Oster <oster@netbsd.org>
List: source-changes
Date: 01/26/2008 20:45:07
Module Name:	src
Committed By:	oster
Date:		Sat Jan 26 20:45:07 UTC 2008

Modified Files:
	src/sys/dev/raidframe: rf_copyback.c rf_disks.c rf_reconstruct.c

Log Message:
In a land before time, when kernel processes roamed the system, we
needed to keep track of the kernel process that opened a device in
order to close it with the right credentials.  Flash forward to today
where curlwp is now quite sufficient.


To generate a diff of this commit:
cvs rdiff -r1.40 -r1.41 src/sys/dev/raidframe/rf_copyback.c
cvs rdiff -r1.68 -r1.69 src/sys/dev/raidframe/rf_disks.c
cvs rdiff -r1.100 -r1.101 src/sys/dev/raidframe/rf_reconstruct.c

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