Source-Changes archive

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

CVS commit: src/sys/ufs/ffs



Module Name:    src
Committed By:   hannken
Date:           Sat Jan 10 16:23:36 UTC 2004

Modified Files:
        src/sys/ufs/ffs: ffs_extern.h ffs_softdep.c ffs_softdep.stub.c
            ffs_vfsops.c

Log Message:
Split out softdep_flushworklist() from softdep_flushfiles() so that
it can be used to clear the work queue.

Cleanup ffs_sync() which did not synchronously wait when MNT_WAIT
was specified. Clear the work queue when MNT_WAIT is specified.

Result is a clean on-disk file system after ffs_sync(.., MNT_WAIT, ..)

>From FreeBSD.


To generate a diff of this commit:
cvs rdiff -r1.35 -r1.36 src/sys/ufs/ffs/ffs_extern.h
cvs rdiff -r1.53 -r1.54 src/sys/ufs/ffs/ffs_softdep.c
cvs rdiff -r1.12 -r1.13 src/sys/ufs/ffs/ffs_softdep.stub.c
cvs rdiff -r1.131 -r1.132 src/sys/ufs/ffs/ffs_vfsops.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