rclone/cmd/serve/nfs/symlink_cache_other.go

9 lines
175 B
Go

//go:build unix && !linux
package nfs
// Turn the diskHandler into a symlink cache
func (dh *diskHandler) makeSymlinkCache() error {
return ErrorSymlinkCacheNotSupported
}