git: kernel - Fix global counter used in lockf assertions

Matthew Dillon dillon at crater.dragonflybsd.org
Thu Nov 18 09:27:13 PST 2010


commit 2ff471ca3ac2d6e101134347a23b72931cc90a81
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Thu Nov 18 09:20:23 2010 -0800

    kernel - Fix global counter used in lockf assertions
    
    * lockf elements can be accessed MP.
    
    * This may fix the 'panic: assertion: lf_global_counter>=0 in lf_destroy_range'
      panic.
    
    Reported-by: Peter Avalos <peter at theshell.com>

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

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/2ff471ca3ac2d6e101134347a23b72931cc90a81


-- 
DragonFly BSD source repository





More information about the Commits mailing list