PERFORCE change 14792 for review

Robert Watson rwatson at freebsd.org
Tue Jul 23 22:03:09 GMT 2002


http://people.freebsd.org/~peter/p4db/chv.cgi?CH=14792

Change 14792 by rwatson at rwatson_paprika on 2002/07/23 15:02:18

	Disable the null v_mount warnings in non deadfs cases, since
	this is an expected result following device revocation.

Affected files ...

.. //depot/projects/trustedbsd/mac/sys/kern/kern_mac.c#191 edit

Differences ...

==== //depot/projects/trustedbsd/mac/sys/kern/kern_mac.c#191 (text+ko) ====

@@ -1220,7 +1220,7 @@
 		mac_update_vnode_deadfs(vp);
 		return (0);
  */
-		printf("vn_refreshlabel: null v_mount\n");
+		/* printf("vn_refreshlabel: null v_mount\n"); */
 		if (vp->v_tag != VT_NON)
 			printf(
 			    "vn_refreshlabel: null v_mount with non-VT_NON\n");
@@ -2675,7 +2675,7 @@
 	int error;
 
 	if (vp->v_mount == NULL) {
-		printf("vn_setlabel: null v_mount\n");
+		/* printf("vn_setlabel: null v_mount\n"); */
 		if (vp->v_tag != VT_NON)
 			printf("vn_setlabel: null v_mount with non-VT_NON\n");
 		return (EBADF);
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