cvs commit: src/sys/vm vnode_pager.c

Alan Cox alc at FreeBSD.org
Sun Oct 21 23:23:51 PDT 2007


alc         2007-10-22 06:23:46 UTC

  FreeBSD src repository

  Modified files:
    sys/vm               vnode_pager.c 
  Log:
  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.
  
  Reported by:    kris, tegge
  Tested by:      kris
  MFC after:      3 days
  
  Revision  Changes    Path
  1.237     +4 -0      src/sys/vm/vnode_pager.c


More information about the cvs-src mailing list