From owner-freebsd-current@FreeBSD.ORG Fri Jan 16 02:35:04 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D355916A4CE; Fri, 16 Jan 2004 02:35:04 -0800 (PST) Received: from sev.net.ua (sev.net.ua [212.86.233.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B1A443D48; Fri, 16 Jan 2004 02:35:00 -0800 (PST) (envelope-from root@umka.bear.com.ua) Received: from umka.bear.com.ua (st50.sevcity.net [212.86.245.254]) by sev.net.ua (8.12.10/8.12.9) with ESMTP id i0GAWtB9015879; Fri, 16 Jan 2004 12:32:56 +0200 (EET) (envelope-from root@umka.bear.com.ua) Received: from localhost (localhost [[UNIX: localhost]]) by umka.bear.com.ua (8.11.6/8.11.6) id i0GAWxS26170; Fri, 16 Jan 2004 12:32:59 +0200 Content-Type: text/plain; charset="koi8-r" From: Alex Lyashkov Organization: Positive Software Corporation To: hackers@freebsd.org User-Agent: KMail/1.4.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <200401161232.59044.shadow@psoft.net> cc: current@freebsd.org Subject: few question about vfs layer X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Date: Fri, 16 Jan 2004 10:35:05 -0000 X-Original-Date: Fri, 16 Jan 2004 12:32:57 +0200 X-List-Received-Date: Fri, 16 Jan 2004 10:35:05 -0000 Hi List I explore vfs lookup code. and have few questions about it. what a reasone leave rootvnode as global varables, but not store it in filedesc structrure and adjust it in chroot or jail syscall ? -- With best regards, Alex