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:           Wed Sep 23 17:47:52 UTC 2026

Modified Files:
        src/sys/ufs/lfs: lfs_accessors.h lfs_alloc.c lfs_kclean.c lfs_rfw.c
            lfs_segment.c lfs_subr.c lfs_syscalls.c lfs_vfsops.c lfs_vnops.c

Log Message:
Use new macros, LFS_RELEASEIENTRY and LFS_RELEASESEGENTRY, to release the
buffers obtained from LFS_IENTRY and LFS_SEGENTRY.  The macros replace
calls to brelse() and (at this point) resolve to brelse().

No functional change.


To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 src/sys/ufs/lfs/lfs_accessors.h
cvs rdiff -u -r1.155 -r1.156 src/sys/ufs/lfs/lfs_alloc.c
cvs rdiff -u -r1.5 -r1.6 src/sys/ufs/lfs/lfs_kclean.c
cvs rdiff -u -r1.47 -r1.48 src/sys/ufs/lfs/lfs_rfw.c
cvs rdiff -u -r1.314 -r1.315 src/sys/ufs/lfs/lfs_segment.c
cvs rdiff -u -r1.110 -r1.111 src/sys/ufs/lfs/lfs_subr.c
cvs rdiff -u -r1.182 -r1.183 src/sys/ufs/lfs/lfs_syscalls.c
cvs rdiff -u -r1.404 -r1.405 src/sys/ufs/lfs/lfs_vfsops.c
cvs rdiff -u -r1.355 -r1.356 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