Commit fa130474 authored by Kirill Smelkov's avatar Kirill Smelkov Committed by Han-Wen Nienhuys

fuse: Add FOPEN_CACHE_DIR

FOPEN_CACHE_DIR was added in Linux 4.19:

	https://git.kernel.org/linus/6433b8998a
parent 8c22b3ff
......@@ -253,6 +253,7 @@ const (
FOPEN_DIRECT_IO = (1 << 0)
FOPEN_KEEP_CACHE = (1 << 1)
FOPEN_NONSEEKABLE = (1 << 2)
FOPEN_CACHE_DIR = (1 << 3)
)
type OpenOut struct {
......
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