From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: <967f8c7c0977f7a2ef9611430135b9b3@brasstown.quanstro.net> References: <80c99e791001240502v3e7c955ek130ded319bb03ef5@mail.gmail.com> <80c99e791001240955m726daae0w16d5f1ab4454d7ee@mail.gmail.com> <3e1162e61001241209j1593ad03m3183aae443427c92@mail.gmail.com> <26DD1048-064D-43D3-8C62-60450FD411A8@fastmail.fm> <80c99e791001270523i4b63f1easffb015894ec38cd4@mail.gmail.com> <967f8c7c0977f7a2ef9611430135b9b3@brasstown.quanstro.net> Date: Wed, 27 Jan 2010 14:35:23 +0000 Message-ID: From: roger peppe To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [9fans] mount acme on plan9port Topicbox-Message-UUID: c88e97a6-ead5-11e9-9d60-3106f5b1d025 fuse is probably just doing a stat of each file, as is conventional and necessary in unix. the 9p fuse converter can't legitimately cache the qids from the directory read, so there's probably no other way. 2010/1/27 erik quanstrom : > On Wed Jan 27 08:42:31 EST 2010, rogpeppe@gmail.com wrote: >> i guess that's because it's walking into mnt/acme/new, >> which creates a new window. >> >> i've thought in the past that perhaps the first write >> to a file in mnt/acme/new should create the window, >> rather than just walking to it. >> >> it always seems odd to me that du -a /mnt has side effects. > > seems even more antisocial that fuse is walking > around for no reason. =C2=A0there's a fine line between > programs doing things for you and to you. > > - erik > >