git: kernel - Fix lockfz wait state

Matthew Dillon dillon at crater.dragonflybsd.org
Wed Oct 2 09:45:00 PDT 2019


commit 9157e509ca3964a4a0556698fcd583986c6c1e40
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Wed Oct 2 09:43:22 2019 -0700

    kernel - Fix lockfz wait state
    
    * Fix a bug in the lockf code which could degenerate into
      a situation where it tsleep()'s uninterruptibly and
      ignores signals, making it impossible to kill the related
      process.
    
    * Fixes issues when trying to kill postfix's smtpd daemons.

Summary of changes:
 sys/kern/kern_lockf.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/9157e509ca3964a4a0556698fcd583986c6c1e40


-- 
DragonFly BSD source repository



More information about the Commits mailing list