PERFORCE change 87156 for review
Robert Watson
rwatson at FreeBSD.org
Wed Nov 23 22:40:34 GMT 2005
http://perforce.freebsd.org/chv.cgi?CH=87156
Change 87156 by rwatson at rwatson_zoo on 2005/11/23 22:40:13
Skip uninteresting directory creation printfs.
Affected files ...
.. //depot/projects/trustedbsd/mac/sys/security/mac_devfs/mac_devfs.c#4 edit
Differences ...
==== //depot/projects/trustedbsd/mac/sys/security/mac_devfs/mac_devfs.c#4 (text+ko) ====
@@ -105,6 +105,9 @@
const char *fullpath)
{
+ if (!interesting(dirname, fullpath))
+ return;
+
printf("mac_devfs_create_devfs_directory(mp %s dirname %s "
"fullpath %s)\n", mp->mnt_stat.f_mntonname, dirname, fullpath);
}
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message
More information about the trustedbsd-cvs
mailing list