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:           Sun Apr 30 21:19:42 UTC 2006

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

Log Message:
Postpone the segment accounting changes coming from truncation until the
inode that makes those changes valid is either written to disk by
lfs_writeinode() or discarded by lfs_vfree().

A couple of locking fixes are also included as well.


To generate a diff of this commit:
cvs rdiff -r1.103 -r1.104 src/sys/ufs/lfs/lfs.h
cvs rdiff -r1.89 -r1.90 src/sys/ufs/lfs/lfs_alloc.c
cvs rdiff -r1.79 -r1.80 src/sys/ufs/lfs/lfs_extern.h
cvs rdiff -r1.102 -r1.103 src/sys/ufs/lfs/lfs_inode.c
cvs rdiff -r1.175 -r1.176 src/sys/ufs/lfs/lfs_segment.c
cvs rdiff -r1.205 -r1.206 src/sys/ufs/lfs/lfs_vfsops.c
cvs rdiff -r1.169 -r1.170 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