• Han-Wen Nienhuys's avatar
    fuse: support symlink caching · 176ecae2
    Han-Wen Nienhuys authored
    Adds fuse.Options.EnableSymlinkCaching to enable cached
    symlinks. Updates in GETATTR results do not trigger new READLINK
    calls, so this breaks backward compatibility for file systems that
    have auto-updating symlinks (e.g. a symlink pointing to the HEAD
    revision of a remote git repository)
    
    Change-Id: Ifcbcd75e
    176ecae2
api.go 15.7 KB