看板 DFBSD_commit 關於我們 聯絡資訊
commit ad7e6645709cbf2eafe0e6bad8a8741f3f117bf8 Author: Matthew Dillon <dillon@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@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