commit e840a8c25b3b2c6859aca564fc50adfcf1d3fb2d
Author: Matthew Dillon <[email protected]>
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

Reply via email to