Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/dev/scsipi
Module Name: src
Committed By: hannken
Date: Tue Apr 26 07:41:18 UTC 2011
Modified Files:
src/sys/dev/scsipi: scsiconf.c
Log Message:
Fixup previous.
The bug was in scsibusdetach(), which is not doing things in the proper
order: it has to detach its children and check for error. If no error,
then it can release the resources that the children were using.
From David Young via source-changes-d.
To generate a diff of this commit:
cvs rdiff -u -r1.261 -r1.262 src/sys/dev/scsipi/scsiconf.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