cvs commit: src/sys/vm vnode_pager.c
Alan Cox
alc at FreeBSD.org
Thu Oct 25 17:12:24 PDT 2007
alc 2007-10-26 00:12:23 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_7)
sys/vm vnode_pager.c
Log:
MFC revision 1.237
Correct an error of omission in the reimplementation of the page
cache: vnode_pager_setsize() must handle the case where a file is
truncated to a non-page-size-aligned boundary and there is a cached
page underlying the new end of file.
Approved by: re (gnn)
Revision Changes Path
1.236.2.1 +4 -0 src/sys/vm/vnode_pager.c
More information about the cvs-src
mailing list