git: kernel - fix MP lock mismatch in sys_lwp_rtprio()

Matthew Dillon dillon at crater.dragonflybsd.org
Sat Jan 16 12:45:28 PST 2010


commit 12358529ea63cd09f96e374a399cf043b4d780de
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Sat Jan 16 12:42:04 2010 -0800

    kernel - fix MP lock mismatch in sys_lwp_rtprio()
    
    * sys_lwp_rtprio() was returning in certain cases without releasing
      the MP lock.
    
    Reported-by: Sascha Wildner <swildner at crater.dragonflybsd.org>

Summary of changes:
 sys/kern/kern_resource.c |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/12358529ea63cd09f96e374a399cf043b4d780de


-- 
DragonFly BSD source repository





More information about the Commits mailing list