Re: Filesystem optimization

Michael O'Reilly (michael@metal.iinet.net.au)
01 Jan 1998 09:27:38 +0800


Jason Venner <jason@idiom.com> writes:

>
>
> For the very simplest case, kick off an inode fetch as you read the
> directory entry.

I'm afraid this won't help. You can't fetch the inode until you know
what it is, and you don't know what it is until you read the
directory.

Michael.