CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected] 2010/09/24 01:08:50

Modified files:
        sys/kern       : subr_disk.c 

Log message:
Fixes before-boot umass hangs on units without media.
In disk_readlabel() if the ioctl fails don't forget to close the disk.
Avoid sharing a static error buffer between a workq and mountroot since
they can compete.  Pass the dev_t to the workq inside one of the arguments
without a malloc'd object.
ok miod dlg krw

Reply via email to