Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Sep 2002 19:04:09 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 18425 for review
Message-ID:  <200210010204.g91249h7089048@freefall.freebsd.org>

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

Change 18425 by rwatson@rwatson_paprika on 2002/09/30 19:04:03

	Remove no-longer valid XXX

Affected files ...

.. //depot/projects/trustedbsd/mac/sys/kern/vfs_syscalls.c#85 edit

Differences ...

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

@@ -1043,7 +1043,6 @@
 			VOP_LEASE(nd.ni_dvp, td, td->td_ucred, LEASE_WRITE);
 			VOP_LEASE(vp, td, td->td_ucred, LEASE_WRITE);
 #ifdef MAC
-			/* XXXMAC: link check */
 			error = mac_check_vnode_link(td->td_ucred, nd.ni_dvp,
 			    vp, &nd.ni_cnd);
 			if (error == 0)

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?200210010204.g91249h7089048>