Commit 88d76ab6 authored by Han-Wen Nienhuys's avatar Han-Wen Nienhuys

Bump our version to 20 (FALLOCATE, AUTO_INVAL_DATA).

parent c3487582
...@@ -82,7 +82,7 @@ func doInit(state *MountState, req *request) { ...@@ -82,7 +82,7 @@ func doInit(state *MountState, req *request) {
state.reqMu.Lock() state.reqMu.Lock()
state.kernelSettings = *input state.kernelSettings = *input
state.kernelSettings.Flags = input.Flags & (raw.CAP_ASYNC_READ | raw.CAP_BIG_WRITES | raw.CAP_FILE_OPS) state.kernelSettings.Flags = input.Flags & (raw.CAP_ASYNC_READ | raw.CAP_BIG_WRITES | raw.CAP_FILE_OPS | raw.CAP_AUTO_INVAL_DATA)
if input.Minor >= 13 { if input.Minor >= 13 {
state.setSplice() state.setSplice()
} }
......
...@@ -5,6 +5,6 @@ const outputHeaderSize = 160 ...@@ -5,6 +5,6 @@ const outputHeaderSize = 160
const ( const (
_FUSE_KERNEL_VERSION = 7 _FUSE_KERNEL_VERSION = 7
_MINIMUM_MINOR_VERSION = 13 _MINIMUM_MINOR_VERSION = 13
_OUR_MINOR_VERSION = 16 _OUR_MINOR_VERSION = 20
) )
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment