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
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to