From owner-p4-projects@FreeBSD.ORG Sun Jan 24 12:26:20 2010 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 58FDF1065676; Sun, 24 Jan 2010 12:26:20 +0000 (UTC) Delivered-To: perforce@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1C08B106566B for ; Sun, 24 Jan 2010 12:26:20 +0000 (UTC) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 080A28FC1C for ; Sun, 24 Jan 2010 12:26:20 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o0OCQJZA038993 for ; Sun, 24 Jan 2010 12:26:19 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o0OCQJ4f038991 for perforce@freebsd.org; Sun, 24 Jan 2010 12:26:19 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Date: Sun, 24 Jan 2010 12:26:19 GMT Message-Id: <201001241226.o0OCQJ4f038991@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to bb+lists.freebsd.perforce@cyrus.watson.org using -f From: Robert Watson To: Perforce Change Reviews Precedence: bulk Cc: Subject: PERFORCE change 173617 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Jan 2010 12:26:20 -0000 http://p4web.freebsd.org/chv.cgi?CH=173617 Change 173617 by rwatson@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 -__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 #include @@ -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. */