Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: syssrc



Module Name:    syssrc
Committed By:   perseant
Date:           Tue Jun  6 20:19:17 UTC 2000

Modified Files:
        syssrc/sys/ufs/lfs: lfs.h lfs_alloc.c lfs_balloc.c lfs_bio.c
            lfs_segment.c

Log Message:
Protect inode free list with seglock, instead of separate lock, so that
the head of the inode free list (on the superblock) always matches the
rest of the free list (in the ifile).

Protect lfs_fragextend with seglock, to prevent the segment byte count
fudging from making its way to disk.

Don't try to inactivate dirop vnodes that are still in the middle of
their dirop (may address PR#10285).


To generate a diff of this commit:
cvs rdiff -r1.24 -r1.25 syssrc/sys/ufs/lfs/lfs.h
cvs rdiff -r1.33 -r1.34 syssrc/sys/ufs/lfs/lfs_alloc.c
cvs rdiff -r1.17 -r1.18 syssrc/sys/ufs/lfs/lfs_balloc.c
cvs rdiff -r1.22 -r1.23 syssrc/sys/ufs/lfs/lfs_bio.c
cvs rdiff -r1.48 -r1.49 syssrc/sys/ufs/lfs/lfs_segment.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