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:30:44 UTC 2026

Modified Files:
        src/sys/ufs/lfs: lfs_pages.c lfs_segment.c lfs_vfsops.c lfs_vnops.c

Log Message:
Be more discerning about when to write the inode of a file, and when
to mark a file IN_MODIFIED.  Prevents what amounts to a vnode leak.


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/sys/ufs/lfs/lfs_pages.c
cvs rdiff -u -r1.310 -r1.311 src/sys/ufs/lfs/lfs_segment.c
cvs rdiff -u -r1.401 -r1.402 src/sys/ufs/lfs/lfs_vfsops.c
cvs rdiff -u -r1.354 -r1.355 src/sys/ufs/lfs/lfs_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