From mboxrd@z Thu Jan 1 00:00:00 1970 From: ron minnich To: 9fans@cse.psu.edu Subject: Re: [9fans] Rstat needs three size fields? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Date: Mon, 30 Jun 2003 13:08:08 -0600 Topicbox-Message-UUID: e26de5dc-eacb-11e9-9e20-41e7f4b1d025 On Mon, 30 Jun 2003, Sam wrote: > I'm having some trouble rationalizing the extra > two byte size as documented in stat(5) BUGS. I > see how having size[2] as part of the stat layout > helps in parsing multiple directory entries > end-to-end in a read(5). Where I'm stuck is > why it's more consistent to add another one. well it confused me too in v9fs but once I saw what was going on it actually makes a kind of sense to me. ron