From owner-cvs-all Sat Apr 20 7:43:41 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 BFCF237B416; Sat, 20 Apr 2002 07:43:34 -0700 (PDT) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g3KEhYj83547; Sat, 20 Apr 2002 07:43:34 -0700 (PDT) (envelope-from rwatson) Message-Id: <200204201443.g3KEhYj83547@freefall.freebsd.org> From: Robert Watson Date: Sat, 20 Apr 2002 07:43:34 -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/04/20 07:43:34 PDT Modified files: sys/compat/linux linux_misc.c Log: Add an XXX: linux_uselib() should be using vn_open() rather than invoking VOP_OPEN() and doing lots of manual checking. This would further centralize use of the name functions, and once the MAC code is integrated, meaning few extraneous MAC checks scattered all over the place. I don't have time to fix this now, but want to make sure it doesn't get forgotten. Anyone interested in fixing this should feel free. Obtained from: TrustedBSD Project Sponsored by: DARPA, NAI Labs Revision Changes Path 1.120 +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