Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Oct 2007 06:23:47 +0000 (UTC)
From:      Alan Cox <alc@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/vm vnode_pager.c
Message-ID:  <200710220623.l9M6Nl09034475@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200710220623.l9M6Nl09034475>