PERFORCE change 96029 for review

John Birrell jb at FreeBSD.org
Mon Apr 24 23:33:43 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=96029

Change 96029 by jb at jb_freebsd2 on 2006/04/24 23:33:30

	Don't need this printf now. There don't seem to be any issues opening
	and cloning devices.

Affected files ...

.. //depot/projects/dtrace/src/sys/cddl/dev/dtrace/dtrace_open.c#4 edit

Differences ...

==== //depot/projects/dtrace/src/sys/cddl/dev/dtrace/dtrace_open.c#4 (text+ko) ====

@@ -38,7 +38,6 @@
 	 */
 	if (minor(dev) == 0)
 		return 0;
-printf("%s: struct cdev %p curthread %p si_drv0 %u si_cred %p\n",__FUNCTION__,dev,curthread,dev->si_drv0,dev->si_cred);
 
 	/*
 	 * If no DTRACE_PRIV_* bits are set in the credential, then the


More information about the p4-projects mailing list