Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/dev/raidframe
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.
Home |
Main Index |
Thread Index |
Old Index