Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-7]: src/sys/fs/puffs Pull up following revision(s) (requested by ...



details:   https://anonhg.NetBSD.org/src/rev/73dcc8ce4b18
branches:  netbsd-7
changeset: 799082:73dcc8ce4b18
user:      snj <snj%NetBSD.org@localhost>
date:      Sun Mar 15 22:43:02 2015 +0000

description:
Pull up following revision(s) (requested by tron in ticket #587):
        sys/fs/puffs/puffs_vfsops.c: revision 1.117
Remove debug printf

diffstat:

 sys/fs/puffs/puffs_vfsops.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 1c472311911d -r 73dcc8ce4b18 sys/fs/puffs/puffs_vfsops.c
--- a/sys/fs/puffs/puffs_vfsops.c       Sun Mar 15 22:41:24 2015 +0000
+++ b/sys/fs/puffs/puffs_vfsops.c       Sun Mar 15 22:43:02 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: puffs_vfsops.c,v 1.113.2.3 2015/02/27 19:39:56 martin Exp $    */
+/*     $NetBSD: puffs_vfsops.c,v 1.113.2.4 2015/03/15 22:43:02 snj 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.113.2.3 2015/02/27 19:39:56 martin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: puffs_vfsops.c,v 1.113.2.4 2015/03/15 22:43:02 snj 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