From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dave Subject: Re: [9fans] blanks in file names In-reply-to: <3D2CA01D.813CC8A4@gsyc.escet.urjc.es> To: 9fans@cse.psu.edu Message-id: <200207102151.g6ALp7c06267@dave2.dave.tj> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT Date: Wed, 10 Jul 2002 17:51:07 -0400 Topicbox-Message-UUID: c821c672-eaca-11e9-9e20-41e7f4b1d025 The "offending" program in this case is the program that's so much simpler because it's using the new kernel interface rather than the old one. Nothing has to be rethought because all my proposed changes do is restore the strict seperation between nodes in a filename (something UNIX - and therefore Plan 9 - likes to rely on). There's plenty of experience with other systems working on linked lists (including a huge amount of kernel code in my Linux box that I'm typing from, ATM). Most of the problems with linked lists have been pretty well documented, by now. - Dave FJ Ballesteros wrote: > > > > Dave ha escrito: > > > > You're missing the point: With the changes I propose to our kernel, > > certain programs will be able to have much simpler logic. In addition to > > undoing the changes in the kernel, you'd have to rewrite the "offending" > > program - only manual recoding can accomplish that. > > > > No offending program if there's no native ' ' in file names. Just > have to cope with those still seen from the outside world. > I have a working trfs that deals with most cases here (still will miss > names > inside files). I'll send it tomorrow. > > Changing open just because of this would mean to rethink many tools > and nobody knows (because there's no experience with your proposed > system) > if it would introduce other problems. So I'd vote no. >