Skip to content

Commit

Permalink
Upgrade to FUSE protocol 7.24
Browse files Browse the repository at this point in the history
Skipping support for FUSE_LSEEK for now, tracked at
<#290>.
  • Loading branch information
tv42 committed Dec 10, 2022
1 parent ccc2f4c commit 0c43dab
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 = 23
protoVersionMaxMinor = 24
)

const (
Expand Down

0 comments on commit 0c43dab

Please sign in to comment.