On 05/16/16 18:31, Ngie Cooper (yaneurabeya) wrote:
Dumb question — couldn’t we run the check without locking Giant, then delete 
the child, e.g.

if (bsddev != NULL) {
    mtx_lock(&Giant);
    device_delete_child(device_get_parent(bsddev), bsddev);
    mtx_unlock(&Giant);
}
put_device(dev);

I guess so. Does it make a difference for you?

--HPS
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to