> 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
