git: kernel - Fix two missing wakeup()s in kern_lock.c
Matthew Dillon
dillon at crater.dragonflybsd.org
Fri Aug 24 11:30:01 PDT 2018
commit e840a8c25b3b2c6859aca564fc50adfcf1d3fb2d
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Fri Aug 24 00:19:18 2018 -0700
kernel - Fix two missing wakeup()s in kern_lock.c
* Fix two cases where a shared lock request could block forever due
to missing wakeups for certain specific combinations of request flags.
Summary of changes:
sys/kern/kern_lock.c | 12 ++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/e840a8c25b3b2c6859aca564fc50adfcf1d3fb2d
--
DragonFly BSD source repository
More information about the Commits
mailing list