Source-Changes archive

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

CVS commit: [netbsd-3] src/sys/ufs/lfs



Module Name:    src
Committed By:   riz
Date:           Sat May 20 22:05:51 UTC 2006

Modified Files:
        src/sys/ufs/lfs [netbsd-3]: lfs_balloc.c lfs_segment.c lfs_syscalls.c
            lfs_vnops.c

Log Message:
Pull up following revision(s) (requested by perseant in ticket #1327):
        sys/ufs/lfs/lfs_balloc.c: revision 1.60
        sys/ufs/lfs/lfs_syscalls.c: revision 1.111
        sys/ufs/lfs/lfs_segment.c: revision 1.172
        sys/ufs/lfs/lfs_vnops.c: revision 1.163
Several minor bug fixes:
* Correct (weak) segment lock assertions in lfs_fragextend and lfs_putpages.
* Keep IN_MODIFIED set if we run out of avail in lfs_putpages.
* Don't try to (re)write buffers on a VBLK vnode; fixes a panic I found
   while running with an LFS root.
* Raise priority of LFCNSEGWAIT to PVFS; PUSER is way too low for
   something the pagedaemon is relying on.


To generate a diff of this commit:
cvs rdiff -r1.51.2.1 -r1.51.2.2 src/sys/ufs/lfs/lfs_balloc.c
cvs rdiff -r1.158.2.5 -r1.158.2.6 src/sys/ufs/lfs/lfs_segment.c
cvs rdiff -r1.103.2.3 -r1.103.2.4 src/sys/ufs/lfs/lfs_syscalls.c
cvs rdiff -r1.137.2.11 -r1.137.2.12 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