cvs commit: src/sys/vm vnode_pager.c

Alan Cox alc at FreeBSD.org
Sun Oct 8 13:26:16 PDT 2006


alc         2006-10-08 20:26:16 UTC

  FreeBSD src repository

  Modified files:
    sys/vm               vnode_pager.c 
  Log:
  Change vnode_pager_generic_getpages() so that it does not panic if the
  given file is sparse.  Instead, it zeroes the requested page.
  
  Reviewed by: tegge
  PR: kern/98116
  MFC after: 3 days
  
  Revision  Changes    Path
  1.229     +13 -2     src/sys/vm/vnode_pager.c


More information about the cvs-src mailing list