PERFORCE change 173527 for review

Jonathan Anderson jona at FreeBSD.org
Fri Jan 22 18:15:44 UTC 2010


http://p4web.freebsd.org/chv.cgi?CH=173527

Change 173527 by jona at 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)))


More information about the p4-projects mailing list