git: HAMMER VFS - Fix incorrect reflush conditional

Matthew Dillon dillon at crater.dragonflybsd.org
Thu Mar 24 21:12:28 PDT 2011


commit ad7e6645709cbf2eafe0e6bad8a8741f3f117bf8
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Thu Mar 24 21:02:35 2011 -0700

    HAMMER VFS - Fix incorrect reflush conditional
    
    * Fix a conditional that was testing the wrong field when determining
      how to reflush a directory or regular file.  This could prevent sync
      sequences from properly syncing the entire dependency chain during
      heavy filesystem activity.
    
    * No known bugs are related to this fix as the chains would get flushed
      normally by the filesystem syncer eventually.
    
    Reported-by: Sascha Wildner <saw at online.de>

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

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


-- 
DragonFly BSD source repository





More information about the Commits mailing list