Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/fs/puffs Do the previous correctly...
details: https://anonhg.NetBSD.org/src/rev/ed77934df4e4
branches: trunk
changeset: 332746:ed77934df4e4
user: he <he%NetBSD.org@localhost>
date: Tue Oct 07 12:58:09 2014 +0000
description:
Do the previous correctly...
diffstat:
sys/fs/puffs/puffs_vnops.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 0e7da6e4a850 -r ed77934df4e4 sys/fs/puffs/puffs_vnops.c
--- a/sys/fs/puffs/puffs_vnops.c Tue Oct 07 12:48:02 2014 +0000
+++ b/sys/fs/puffs/puffs_vnops.c Tue Oct 07 12:58:09 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: puffs_vnops.c,v 1.193 2014/10/07 11:37:06 he Exp $ */
+/* $NetBSD: puffs_vnops.c,v 1.194 2014/10/07 12:58:09 he Exp $ */
/*
* Copyright (c) 2005, 2006, 2007 Antti Kantee. All Rights Reserved.
@@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: puffs_vnops.c,v 1.193 2014/10/07 11:37:06 he Exp $");
+__KERNEL_RCSID(0, "$NetBSD: puffs_vnops.c,v 1.194 2014/10/07 12:58:09 he Exp $");
#include <sys/param.h>
#include <sys/buf.h>
@@ -1160,7 +1160,7 @@
error = ubc_uiomove(&vp->v_uobj, &uio, len,
UVM_ADV_SEQUENTIAL, UBC_WRITE|UBC_UNMAP_FLAG(vp));
if (error) {
- DPRINTF(("zero-fill 0x%lx@0x%" PRIxVSIZE
+ DPRINTF(("zero-fill 0x%" PRIxVSIZE "@0x%" PRIx64
" failed: error = %d\n", len, off, error));
}
Home |
Main Index |
Thread Index |
Old Index