Source-Changes archive

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

CVS commit: src/sys/ufs/mfs



Module Name:    src
Committed By:   christos
Date:           Mon Jun  2 00:24:28 UTC 2008

Modified Files:
        src/sys/ufs/mfs: mfs_vnops.c

Log Message:
Revert to using specfs_fsync(); using a do-nothing mfs_fsync() does not work
because the filesystem cannot be unmounted since ffs_fsync() will loop forever
trying to empty the v_dirtyblkhd list.


To generate a diff of this commit:
cvs rdiff -r1.51 -r1.52 src/sys/ufs/mfs/mfs_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