DragonFly BSD
DragonFly commits List (threaded) for 2010-11
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: DragonFly_RELEASE_2_8 kernel - Fix global counter used in lockf assertions


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 18 Nov 2010 09:46:46 -0800 (PST)

commit 20b10249803190a9d3299b2e6f2a71c4fe2918e4
Author: Matthew Dillon <dillon@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@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/20b10249803190a9d3299b2e6f2a71c4fe2918e4


-- 
DragonFly BSD source repository



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]