From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@cse.psu.edu Subject: Re: [9fans] Thank you very much From: "Russ Cox" Date: Thu, 12 Apr 2007 13:18:41 -0400 In-Reply-To: <6e35c0620704120945l3878c7e6g20ae14ea553a89fc@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Message-Id: <20070412171842.CA3E51E8C1C@holo.morphisms.net> Topicbox-Message-UUID: 4599fcd0-ead2-11e9-9d60-3106f5b1d025 > Any idea what the Mac FUSE behavior is? MacFUSE does not reissue lookups for names already in the vnode cache. So if you do ls -l ls -l Only the first will look up every name; the second will repeat the getattrs, but not the lookups. Russ