Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Jul 2002 20:01:39 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 15031 for review
Message-ID:  <200207280301.g6S31doi004473@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=15031

Change 15031 by rwatson@rwatson_paprika on 2002/07/27 20:01:22

	Comment where the open check should be.

Affected files ...

.. //depot/projects/trustedbsd/mac/sys/kern/vfs_vnops.c#29 edit

Differences ...

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

@@ -227,6 +227,11 @@
 				goto bad;
 		}
 	}
+#ifdef MAC
+	/*
+	 * XXXMAC: Open check should proabbly be here.
+	 */
+#endif
 	if ((error = VOP_OPEN(vp, fmode, cred, td)) != 0)
 		goto bad;
 	/*

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




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