Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/fs/puffs Remove debug printf
details: https://anonhg.NetBSD.org/src/rev/70552f31e70d
branches: trunk
changeset: 336188:70552f31e70d
user: martin <martin%NetBSD.org@localhost>
date: Mon Feb 16 10:49:39 2015 +0000
description:
Remove debug printf
diffstat:
sys/fs/puffs/puffs_vfsops.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r 1d65fef2c557 -r 70552f31e70d sys/fs/puffs/puffs_vfsops.c
--- a/sys/fs/puffs/puffs_vfsops.c Mon Feb 16 10:48:56 2015 +0000
+++ b/sys/fs/puffs/puffs_vfsops.c Mon Feb 16 10:49:39 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: puffs_vfsops.c,v 1.116 2015/02/15 20:21:29 manu Exp $ */
+/* $NetBSD: puffs_vfsops.c,v 1.117 2015/02/16 10:49:39 martin Exp $ */
/*
* Copyright (c) 2005, 2006 Antti Kantee. All Rights Reserved.
@@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: puffs_vfsops.c,v 1.116 2015/02/15 20:21:29 manu Exp $");
+__KERNEL_RCSID(0, "$NetBSD: puffs_vfsops.c,v 1.117 2015/02/16 10:49:39 martin Exp $");
#include <sys/param.h>
#include <sys/kernel.h>
@@ -124,7 +124,6 @@
goto out;
}
-printf("args->pa_flags = 0x%x\n", args->pa_flags);
if ((args->pa_flags & ~PUFFS_KFLAG_MASK) != 0) {
printf("puffs_mount: invalid KFLAGs 0x%x\n", args->pa_flags);
error = EINVAL;
Home |
Main Index |
Thread Index |
Old Index