Source-Changes archive

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

CVS commit: src/sys/ufs/ffs



Module Name:    src
Committed By:   yamt
Date:           Fri Sep  9 15:00:39 UTC 2005

Modified Files:
        src/sys/ufs/ffs: ffs_extern.h ffs_vnops.c

Log Message:
revert the code to expand putpage requests to block boundary.
because:
        - it was incomplete in some cases.
        - it can confuse pagedaemon.
see PR/15364 for details.


To generate a diff of this commit:
cvs rdiff -r1.44 -r1.45 src/sys/ufs/ffs/ffs_extern.h
cvs rdiff -r1.74 -r1.75 src/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