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 May 18 23:15:09 UTC 2006

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

Log Message:
Break out the finfo array manipulation code into two new functions,
lfs_acquire_finfo() and lfs_release_finfo().  Add a debugging check
for zero-length finfo arrays in the segment summary to avoid future
regressions.


To generate a diff of this commit:
cvs rdiff -r1.82 -r1.83 src/sys/ufs/lfs/lfs_extern.h
cvs rdiff -r1.179 -r1.180 src/sys/ufs/lfs/lfs_segment.c
cvs rdiff -r1.211 -r1.212 src/sys/ufs/lfs/lfs_vfsops.c
cvs rdiff -r1.177 -r1.178 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