PERFORCE change 96038 for review

John Birrell jb at FreeBSD.org
Mon Apr 24 23:48:05 UTC 2006


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

Change 96038 by jb at jb_freebsd2 on 2006/04/24 23:47:49

	Don't need this printf now.

Affected files ...

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

Differences ...

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

@@ -32,7 +32,6 @@
 	/* Check if this is not a cloned device. */
 	if (minor(dev) == 0)
 		return (0);
-printf("%s: struct cdev %p curthread %p si_drv0 %u\n",__FUNCTION__,dev,curthread,dev->si_drv0);
 
 	mutex_enter(&cpu_lock);
 	mutex_enter(&dtrace_lock);


More information about the p4-projects mailing list