reflection of Linux VFS operations into 9P is often a strange and
interesting experience.
-eric
On Wed, Jan 27, 2010 at 3:20 PM, erik quanstrom <[email protected]> wrote:
> On Wed Jan 27 09:37:02 EST 2010, [email protected] wrote:
>> 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.
>
> why is it walking there in the first place? i might
> be able to understand fuse reading the top level
> directory. but new isn't even at the top level.
>
> - erik
>
>