git: kernel - Fix deadlock during halt/reboot
Matthew Dillon
dillon at crater.dragonflybsd.org
Sun Mar 18 21:13:56 PDT 2018
commit 9b444d7bba1ca15869ffb11c9b84051fe6db98f7
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Sun Mar 18 21:12:14 2018 -0700
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.
Summary of changes:
sys/kern/kern_udev.c | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/9b444d7bba1ca15869ffb11c9b84051fe6db98f7
--
DragonFly BSD source repository
More information about the Commits
mailing list