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: Thu Sep 4 03:55:49 UTC 2025
Modified Files:
src/sys/ufs/lfs: lfs_extern.h lfs_segment.c lfs_subr.c
Log Message:
Copy the flags from a full partial segment to its continuation, if
a continuation is necessary, so that partial-segment collections marked
with SS_DIROP|SS_CONT are properly completed wiht a partial-segment marked
SS_DIROP (without SS_CONT). Necessary for roll-forward.
To generate a diff of this commit:
cvs rdiff -u -r1.119 -r1.120 src/sys/ufs/lfs/lfs_extern.h
cvs rdiff -u -r1.289 -r1.290 src/sys/ufs/lfs/lfs_segment.c
cvs rdiff -u -r1.103 -r1.104 src/sys/ufs/lfs/lfs_subr.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