From mboxrd@z Thu Jan 1 00:00:00 1970 Subject: Re: [9fans] (no subject) Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v553) From: Rob Pike To: 9fans@cse.psu.edu Content-Transfer-Encoding: 7bit In-Reply-To: Message-Id: <2B944522-6164-11D8-A6FF-000A95B984D8@mightycheese.com> Date: Tue, 17 Feb 2004 08:13:06 -0800 Topicbox-Message-UUID: e8a7c37c-eacc-11e9-9e20-41e7f4b1d025 > As for telling whether a file is seekable, I'm finding myself leaning > toward > what I didn't like before, i.e., info that comes out of dirfstat. > However I'ld > prefer the flag say that files are streaming rather than seekable so > that I > don't have to change as much (in fact only what I have to change > anyways). i still believe it's not worth the trouble to fix, that you're making a mountain out of a molehill. if you decide to add the bit, it's a locally-defined bit so make zero the right answer for most files and then the local drivers can set it. it'll be a real headache tracking down everything and making sure it's forwarded everywhere and so on and so on. i think it's a mistake. you'll be futzing with it for years. -rob