Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Feb 2001 23:30:44 +0100
From:      Adrian Chadd <adrian@FreeBSD.ORG>
To:        "Long, Scott" <scott_long@btc.adaptec.com>
Cc:        "'freebsd-arch@freebsd.org'" <freebsd-arch@FreeBSD.ORG>
Subject:   Re: Arch question for a UDF FS driver
Message-ID:  <20010228233044.A41245@roaming.cacheboy.net>
In-Reply-To: <E0BFB46945D5D411BB590000D11ABE9203349F@btcexc01.btc.adaptec.com>; from scott_long@btc.adaptec.com on Wed, Feb 28, 2001 at 03:08:21PM -0700
References:  <E0BFB46945D5D411BB590000D11ABE9203349F@btcexc01.btc.adaptec.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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:
<adrian@freebsd.org>		   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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010228233044.A41245>