Source-Changes archive

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

CVS commit: syssrc/sys/ufs/ffs



Module Name:    syssrc
Committed By:   chs
Date:           Wed Sep 26 05:25:04 UTC 2001

Modified Files:
        syssrc/sys/ufs/ffs: ffs_vnops.c

Log Message:
be sure to call the pager put with page-aligned offsets.
spotted by Nathan Williams.

while I'm here, move an splbio() so that we don't return without
splx()ing it if there's an error, and don't bother calling the
pager put if the vnode has no pages.


To generate a diff of this commit:
cvs rdiff -r1.40 -r1.41 syssrc/sys/ufs/ffs/ffs_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