HomeFreeBSD

Check for errors when detaching children first, not last

Description

Check for errors when detaching children first, not last

These detach routines in these drivers all ended with 'return
(bus_generic_detach())' meaning that if any child device failed to
detach, the parent driver was left in a mostly destroyed state, but
still marked attached. Instead, bus drivers should detach child
drivers first and return errors before destroying driver state in the
parent.

Reviewed by: imp
Differential Revision: https://reviews.freebsd.org/D47387

Details

Provenance
jhbAuthored on Tue, Nov 5, 1:30 AM
Reviewer
imp
Differential Revision
D47387: Check for errors when detaching children first, not last
Parents
rGd62d10eb1229: Use bus_generic_detach directly instead of a wrapper
Branches
Unknown
Tags
Unknown