From owner-cvs-all Fri Jun 14 0:24: 6 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 49DF037B41D; Fri, 14 Jun 2002 00:24:02 -0700 (PDT) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5E7O2s00703; Fri, 14 Jun 2002 00:24:02 -0700 (PDT) (envelope-from rwatson) Message-Id: <200206140724.g5E7O2s00703@freefall.freebsd.org> From: Robert Watson Date: Fri, 14 Jun 2002 00:24:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/compat/linux linux_misc.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG rwatson 2002/06/14 00:24:02 PDT Modified files: sys/compat/linux linux_misc.c Log: Add a comment about how we should use vn_open() here instead of directly invoking VOP_OPEN(). This would reduce code redundancy with the rest of the kernel, and also is required for MAC to work properly. Revision Changes Path 1.123 +4 -0 src/sys/compat/linux/linux_misc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message