Source-Changes archive

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

CVS commit: syssrc/sys



Module Name:    syssrc
Committed By:   chs
Date:           Fri Nov 30 07:05:55 UTC 2001

Modified Files:
        syssrc/sys/msdosfs: msdosfs_vnops.c
        syssrc/sys/ufs/ext2fs: ext2fs_readwrite.c
        syssrc/sys/ufs/ffs: ffs_inode.c
        syssrc/sys/ufs/ufs: ufs_readwrite.c

Log Message:
VOP_PUTPAGES() requires page-aligned offsets, so be sure to provide such.
fixes PR 14759.

(while I'm here, call VOP_PUTPAGES() directly instead of indirecting through
the UVM pager op vector.)


To generate a diff of this commit:
cvs rdiff -r1.117 -r1.118 syssrc/sys/msdosfs/msdosfs_vnops.c
cvs rdiff -r1.21 -r1.22 syssrc/sys/ufs/ext2fs/ext2fs_readwrite.c
cvs rdiff -r1.48 -r1.49 syssrc/sys/ufs/ffs/ffs_inode.c
cvs rdiff -r1.39 -r1.40 syssrc/sys/ufs/ufs/ufs_readwrite.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