From owner-cvs-src@FreeBSD.ORG Sat Jul 10 12:03:31 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1CC0616A4CE; Sat, 10 Jul 2004 12:03:31 +0000 (GMT) Received: from smtp.des.no (flood.des.no [217.116.83.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7820643D58; Sat, 10 Jul 2004 12:03:30 +0000 (GMT) (envelope-from des@des.no) Received: by smtp.des.no (Pony Express, from userid 666) id 330BB5311; Sat, 10 Jul 2004 14:03:29 +0200 (CEST) Received: from dwp.des.no (des.no [80.203.228.37]) by smtp.des.no (Pony Express) with ESMTP id 6ECFD5309; Sat, 10 Jul 2004 14:03:22 +0200 (CEST) Received: by dwp.des.no (Postfix, from userid 2602) id 21111B886; Sat, 10 Jul 2004 14:03:22 +0200 (CEST) To: Alfred Perlstein References: <200407091143.i69Bhbvt053927@repoman.freebsd.org> <20040709214357.GZ95729@elvis.mu.org> <20040710095702.GK95729@elvis.mu.org> From: des@des.no (=?iso-8859-1?q?Dag-Erling_Sm=F8rgrav?=) Date: Sat, 10 Jul 2004 14:03:22 +0200 In-Reply-To: <20040710095702.GK95729@elvis.mu.org> (Alfred Perlstein's message of "Sat, 10 Jul 2004 02:57:02 -0700") Message-ID: User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on flood.des.no X-Spam-Level: X-Spam-Status: No, hits=0.0 required=5.0 tests=AWL autolearn=no version=2.63 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/fs/pseudofs pseudofs_vnops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Jul 2004 12:03:31 -0000 Alfred Perlstein writes: > * Dag-Erling Sm?rgrav [040710 02:34] wrote: > > you mean the fileno code? it's closely tied in with pseudofs data > > structures, and it's not nearly as efficient as the new fdalloc code. > Yes, the stuff in pseudofs_fileno.c, what is fdalloc? fd_alloc(), file descriptor allocation. it's basically the same thing: give me the next available number, remember that it's in use until I tell you it no longer is. DES --=20 Dag-Erling Sm=F8rgrav - des@des.no