Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Nov 2005 22:40:34 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 87156 for review
Message-ID:  <200511232240.jANMeYpG001734@repoman.freebsd.org>

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

Change 87156 by rwatson@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);
 }



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