git: kernel - Fix SMP race in mtx*() code.

Matthew Dillon dillon at crater.dragonflybsd.org
Fri Aug 16 18:22:59 PDT 2013


commit c37e5f6984910dbb00597bfec3ed97fc70de4665
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Fri Aug 16 18:21:34 2013 -0700

    kernel - Fix SMP race in mtx*() code.
    
    * Fix a SMP race due to forgetting to set the PINTERLOCKED flag.

Summary of changes:
 sys/kern/kern_mutex.c | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/c37e5f6984910dbb00597bfec3ed97fc70de4665


-- 
DragonFly BSD source repository



More information about the Commits mailing list