Source-Changes archive

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

CVS commit: [simonb-wapbl] src/sys/ufs/ffs



Module Name:    src
Committed By:   simonb
Date:           Fri Jul 18 14:48:02 UTC 2008

Modified Files:
        src/sys/ufs/ffs [simonb-wapbl]: ffs_vnops.c

Log Message:
In ffs_fsync() pass FSYNC_VFS to ffs_full_fsync() for a VBLK vnode so
that the correct "struct mount" is referenced.

Fixes WAPBL for the "mount update" case, so remove the "anti-kern/38057"
hack that was previous there to guard against this.

Based on suggestion from yamt@.  yamt suggest this could be cleaner
that the current VFS_FSYNC method too.  Another day...


To generate a diff of this commit:
cvs rdiff -r1.99.4.2 -r1.99.4.3 src/sys/ufs/ffs/ffs_vnops.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index