diff options
| author | Konstantin Belousov <kib@FreeBSD.org> | 2009-06-25 18:46:30 +0000 |
|---|---|---|
| committer | Konstantin Belousov <kib@FreeBSD.org> | 2009-06-25 18:46:30 +0000 |
| commit | 9f80ce043db0c82b6f341ab58bb8b840c0dfd69e (patch) | |
| tree | 78b4ad05c311866c8b27041ac4ed99ffd980653d /sys/vm | |
| parent | 2654ae4dfe0e807d2855d0c1e93507b8e7d88ae2 (diff) | |
Notes
Diffstat (limited to 'sys/vm')
| -rw-r--r-- | sys/vm/vnode_pager.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/vm/vnode_pager.c b/sys/vm/vnode_pager.c index 09223b70bf07..faa6f37f831e 100644 --- a/sys/vm/vnode_pager.c +++ b/sys/vm/vnode_pager.c @@ -1161,7 +1161,7 @@ vnode_pager_generic_putpages(vp, m, bytecount, flags, rtvals) } if (auio.uio_resid) { if (ppscheck || ppsratecheck(&lastfail, &curfail, 1)) - printf("vnode_pager_putpages: residual I/O %d at %lu\n", + printf("vnode_pager_putpages: residual I/O %zd at %lu\n", auio.uio_resid, (u_long)m[0]->pindex); } for (i = 0; i < ncount; i++) { |
