Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/ufs/lfs
Module Name: src
Committed By: perseant
Date: Tue Sep 8 22:32:37 UTC 2026
Modified Files:
src/sys/ufs/lfs: lfs_inode.c lfs_pages.c lfs_segment.c
Log Message:
Instead of writing partial-segments synchronously when sync is requested,
write them async, but wait for vp->v_numoutput to drop to zero if the
calling semantics require it. That way, even if we might have to wait,
nobody else is required to wait with us.
To generate a diff of this commit:
cvs rdiff -u -r1.165 -r1.166 src/sys/ufs/lfs/lfs_inode.c
cvs rdiff -u -r1.31 -r1.32 src/sys/ufs/lfs/lfs_pages.c
cvs rdiff -u -r1.311 -r1.312 src/sys/ufs/lfs/lfs_segment.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