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 HAMMER VFS - Fix HAMMER_INODE_XDIRTY flags / state assertion


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sun, 28 Nov 2010 09:32:58 -0800 (PST)

commit 3bb3f4da9c3ac99683eb2b940ac5deb564cd96f2
Author: Matthew Dillon <dillon@apollo.backplane.com>
Date:   Sat Nov 27 22:40:13 2010 -0800

    HAMMER VFS - Fix HAMMER_INODE_XDIRTY flags / state assertion
    
    * The HAMMER_INODE_XDIRTY flag was not being immediately synchronized
      with the state of ip->rec_tree in one case and the delay could create
      a window of opportunity where an assertion would get hit.
    
    * Remove the window of opportunity, the assertion no longer gets hit.
    
    Reported-by: YONETANI Tomokazu <qhwt.dfly@les.ath.cx>

Summary of changes:
 sys/vfs/hammer/hammer_object.c |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/3bb3f4da9c3ac99683eb2b940ac5deb564cd96f2


-- 
DragonFly BSD source repository



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