PERFORCE change 173617 for review

Robert Watson rwatson at FreeBSD.org
Sun Jan 24 12:26:20 UTC 2010


http://p4web.freebsd.org/chv.cgi?CH=173617

Change 173617 by rwatson at rwatson_vimage_client on 2010/01/24 12:25:37

	Comment on an incorrect comment.

Affected files ...

.. //depot/projects/trustedbsd/capabilities/src/sys/kern/sys_capability.c#30 edit

Differences ...

==== //depot/projects/trustedbsd/capabilities/src/sys/kern/sys_capability.c#30 (text+ko) ====

@@ -50,7 +50,7 @@
 #include "opt_capabilities.h"
 
 #include <sys/cdefs.h>
-__FBSDID("$P4: //depot/projects/trustedbsd/capabilities/src/sys/kern/sys_capability.c#29 $");
+__FBSDID("$P4: //depot/projects/trustedbsd/capabilities/src/sys/kern/sys_capability.c#30 $");
 
 #include <sys/param.h>
 #include <sys/capability.h>
@@ -118,6 +118,9 @@
 	 * objects, which raises the question as to why the flag exists at
 	 * all.
 	 *
+	 * XXXRW: Actually, this is not true: kqueue's aren't passable, so we
+	 * do need to do this.
+	 *
 	 * No need to set DFLAG_SEEKABLE as any seek operations will fall
 	 * through to the underlying object once the capability is verified.
 	 */


More information about the p4-projects mailing list