kernel - Move dsched_disk_destroy_callback() call
* Move the dsched_disk_destroy_callback() call from the caller to the
message handler to avoid racing a disk probe that might be running at
the time (if a disk device is added and destroyed quickly).
- [DBH] sys/kern/subr_disk.c