cvs commit: src/sys/vm vnode_pager.c

Alan Cox alc at FreeBSD.org
Sat Oct 14 15:09:04 PDT 2006


alc         2006-10-14 22:09:03 UTC

  FreeBSD src repository

  Modified files:
    sys/vm               vnode_pager.c 
  Log:
  Change vnode_pager_addr() such that on returning it distinguishes between
  an error returned by VOP_BMAP() and a hole in the file.
  
  Change the callers to vnode_pager_addr() such that they return
  VM_PAGER_ERROR when VOP_BMAP fails instead of a zero-filled page.
  
  Reviewed by: tegge
  MFC after: 3 weeks
  
  Revision  Changes    Path
  1.231     +24 -19    src/sys/vm/vnode_pager.c


More information about the cvs-all mailing list