Skip to content

Commit

Permalink
Upgrade to FUSE protocol 7.28
Browse files Browse the repository at this point in the history
`CopyFileRange` support is tracked at
<#245>.

Set `OpenCacheDir` in `Open` to cache directory contents.

`MaxPages` support is tracked at
<#293>.

Pass `CacheSymlinks` as mount option to cache symlink contents.
  • Loading branch information
tv42 committed Dec 10, 2022
1 parent a39c392 commit f2ae989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuse_kernel.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const (
protoVersionMinMajor = 7
protoVersionMinMinor = 17
protoVersionMaxMajor = 7
protoVersionMaxMinor = 27
protoVersionMaxMinor = 28
)

const (
Expand Down

0 comments on commit f2ae989

Please sign in to comment.