Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Aug 2002 07:49:37 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 15922 for review
Message-ID:  <200208131449.g7DEnb8j009024@freefall.freebsd.org>

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

Change 15922 by rwatson@rwatson_curry on 2002/08/13 07:49:18

	Remove vnode operations from mac_ep_ops enum, they are no longer
	needed.

Affected files ...

.. //depot/projects/trustedbsd/mac/sys/sys/mac.h#149 edit

Differences ...

==== //depot/projects/trustedbsd/mac/sys/sys/mac.h#149 (text+ko) ====

@@ -207,9 +207,6 @@
  * MAC entry point operations
  */
 enum mac_ep_ops {
-	MAC_OP_VNODE_READ,
-	MAC_OP_VNODE_WRITE,
-	MAC_OP_VNODE_POLL,
 	MAC_OP_PIPE_READ,
 	MAC_OP_PIPE_WRITE,
 	MAC_OP_PIPE_STAT,

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?200208131449.g7DEnb8j009024>