Note - NFS has similar behaviour ;)

at least within a directory.  - so this isn't tht "unusual" for non-local

I'm wondering if this isn't a bit premature Have you looked for other side
effects of this removal?


On Mon, Aug 15, 2016 at 1:52 PM, Ted Unangst <t...@tedunangst.com> wrote:

> Martin Natano wrote:
> > Watch this:
> >
> >       $ doas sshfs natano@localhost:/tmp /mnt
> >       $ cat /mnt/foo
> >       cat: /mnt/foo: No such file or directory
> >       $ echo bar > /tmp/foo
> >       $ cat /mnt/foo
> >       cat: /mnt/foo: No such file or directory
> >       $ touch /mnt/foo
> >       $ cat /mnt/foo
> >       bar
> >       $
> >
> > There is no sense in doing caching in fusefs. In case of a non-local
> > filesystem the tree can change behind our back without us having a
> > chance to purge the cache.
> >
> > "The only winning move is not to play." Ok?
>
> ok
>
>

Reply via email to