diff options
author | Jakob Unterwurzacher | 2021-08-30 09:53:36 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2021-08-30 09:53:58 +0200 |
commit | a99051b32452c9a781efe248c0014b65d4abddf7 (patch) | |
tree | 1f22221a6c0e4aa9ae3a45a05e882b0c50435a5e /internal/fusefrontend/args.go | |
parent | b83ca9c921019fc3b790dabb6198bb77ef2f9a34 (diff) |
Reimplement -serialize_reads flag using new SyncRead mount flag
Let the kernel do the work for us.
See https://github.com/hanwen/go-fuse/commit/15a8bb029a4e1a51e10043c370970596b1fbb737
for more info.
Diffstat (limited to 'internal/fusefrontend/args.go')
-rw-r--r-- | internal/fusefrontend/args.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/internal/fusefrontend/args.go b/internal/fusefrontend/args.go index 677ffd6..8e28d14 100644 --- a/internal/fusefrontend/args.go +++ b/internal/fusefrontend/args.go @@ -26,8 +26,6 @@ type Args struct { ConfigCustom bool // NoPrealloc disables automatic preallocation before writing NoPrealloc bool - // Try to serialize read operations, "-serialize_reads" - SerializeReads bool // Force decode even if integrity check fails (openSSL only) ForceDecode bool // Exclude is a list of paths to make inaccessible, starting match at |