Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/kern delete debugging printf.
details: https://anonhg.NetBSD.org/src/rev/5f435eb879b3
branches: trunk
changeset: 1009093:5f435eb879b3
user: christos <christos%NetBSD.org@localhost>
date: Sun Apr 12 15:55:53 2020 +0000
description:
delete debugging printf.
diffstat:
sys/kern/vfs_vnops.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r 3755db998d60 -r 5f435eb879b3 sys/kern/vfs_vnops.c
--- a/sys/kern/vfs_vnops.c Sun Apr 12 15:36:18 2020 +0000
+++ b/sys/kern/vfs_vnops.c Sun Apr 12 15:55:53 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: vfs_vnops.c,v 1.208 2020/04/12 13:12:42 christos Exp $ */
+/* $NetBSD: vfs_vnops.c,v 1.209 2020/04/12 15:55:53 christos Exp $ */
/*-
* Copyright (c) 2009 The NetBSD Foundation, Inc.
@@ -66,7 +66,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: vfs_vnops.c,v 1.208 2020/04/12 13:12:42 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: vfs_vnops.c,v 1.209 2020/04/12 15:55:53 christos Exp $");
#include "veriexec.h"
@@ -1107,7 +1107,6 @@
error = VOP_GETEXTATTR(vp, attrnamespace, attrname, &auio, NULL,
NOCRED);
- printf("%s: %d\n", __func__, error);
if ((ioflg & IO_NODELOCKED) == 0)
VOP_UNLOCK(vp);
Home |
Main Index |
Thread Index |
Old Index