Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Jan 2010 18:15:44 GMT
From:      Jonathan Anderson <jona@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 173527 for review
Message-ID:  <201001221815.o0MIFiuV092127@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/chv.cgi?CH=173527

Change 173527 by jona@jona-capsicum-kent64 on 2010/01/22 18:15:41

	This printf shouldn't be here any more

Affected files ...

.. //depot/projects/trustedbsd/capabilities/src/sys/kern/vfs_lookup.c#15 edit

Differences ...

==== //depot/projects/trustedbsd/capabilities/src/sys/kern/vfs_lookup.c#15 (text+ko) ====

@@ -288,14 +288,6 @@
 				ndp->ni_pathlen--;
 			}
 #ifdef CAPABILITIES
-			if (ndp->ni_basedir)
-				printf("ABSOLUTE namei(); "
-				       "basedir: %016lx, rootdir: %016lx"
-				       ", baserights: %016lx\n",
-				       (unsigned long) ndp->ni_basedir,
-				       (unsigned long) ndp->ni_rootdir,
-				       (unsigned long) ndp->ni_baserights);
-
 			if (ndp->ni_basedir
 			    && !((ndp->ni_basedir == ndp->ni_rootdir)
 			         && (ndp->ni_baserights & CAP_ABSOLUTEPATH)))



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001221815.o0MIFiuV092127>