[BACK]Return to puffs_vnops.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / fs / puffs

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/fs/puffs/puffs_vnops.c between version 1.190 and 1.191

version 1.190, 2014/10/06 04:41:59 version 1.191, 2014/10/06 09:05:55
Line 1160  zerofill_lastpage(struct vnode *vp, voff
Line 1160  zerofill_lastpage(struct vnode *vp, voff
         error = ubc_uiomove(&vp->v_uobj, &uio, len,          error = ubc_uiomove(&vp->v_uobj, &uio, len,
                             UVM_ADV_SEQUENTIAL, UBC_WRITE|UBC_UNMAP_FLAG(vp));                              UVM_ADV_SEQUENTIAL, UBC_WRITE|UBC_UNMAP_FLAG(vp));
         if (error)          if (error)
                 DPRINTF(("zero-fill 0x%lx@0x%llx => %d\n", len, off, error));                  DPRINTF(("zero-fill 0x%lx@0x%" PRIx64 " failed: error = %d\n",
                            len, off, error));
   
         return;          return;
 }  }

Legend:
Removed from v.1.190  
changed lines
  Added in v.1.191

CVSweb <webmaster@jp.NetBSD.org>