kernel - Fix deadlock during halt/reboot
commit9b444d7bba1ca15869ffb11c9b84051fe6db98f7
authorMatthew Dillon <dillon@apollo.backplane.com>
Mon, 19 Mar 2018 04:12:14 +0000 (18 21:12 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Mon, 19 Mar 2018 04:12:14 +0000 (18 21:12 -0700)
tree6b7ad1f9286a6f4fa1049d74addde58ce1615e0e
parent770f82792a81e27168fe4ed82905e567944bf0bb
kernel - Fix deadlock during halt/reboot

* Fix a deadlock which occurs between udev and devfs.  udev
  must issue devfs_clone_bitmap_put() outside of the udev_lk.

* Fixes numerous shutdown/reboot deadlocks.
sys/kern/kern_udev.c