From owner-freebsd-arch Wed Feb 28 14:35:33 2001 Delivered-To: freebsd-arch@freebsd.org Received: from roaming.cacheboy.net (node16292.a2000.nl [24.132.98.146]) by hub.freebsd.org (Postfix) with ESMTP id 2346F37B718 for ; Wed, 28 Feb 2001 14:35:28 -0800 (PST) (envelope-from adrian@roaming.cacheboy.net) Received: (from adrian@localhost) by roaming.cacheboy.net (8.11.1/8.11.1) id f1SMUiE41262; Wed, 28 Feb 2001 23:30:44 +0100 (CET) (envelope-from adrian) Date: Wed, 28 Feb 2001 23:30:44 +0100 From: Adrian Chadd To: "Long, Scott" Cc: "'freebsd-arch@freebsd.org'" Subject: Re: Arch question for a UDF FS driver Message-ID: <20010228233044.A41245@roaming.cacheboy.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from scott_long@btc.adaptec.com on Wed, Feb 28, 2001 at 03:08:21PM -0700 Sender: owner-freebsd-arch@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Feb 28, 2001, Long, Scott wrote: > I've starting writing a UDF FS driver for FreeBSD, and am coming to a > decision point. UDF is somewhat similar to ufs in that a File Entry is > analogous to an inode, so I'd like to implement the filesystem using the > vget vfsop. Problem is that vget uses ino_t which is a uint32_t, while the > Unique Id (aka inode number) for UDF is a uint64_t. Unique Id's are > numbered sequentially starting at 16 (0 is the root dir, 1-15 are reserved), > and may be sparse. So what color should I paint the bikeshed? Orange. I like blue better, but you didn't give a blue option :) Adrian -- Adrian Chadd "Programming is like sex: One mistake and you have to support for a lifetime." -- rec.humor.funny To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-arch" in the body of the message