diff --git a/connection.go b/connection.go index ab465bd..b136e06 100644 --- a/connection.go +++ b/connection.go @@ -91,7 +91,7 @@ func newConnection( Dev: dev, } - err = fuseshim.InitMount(wrapped, maxReadahead, TODO) + err = fuseshim.InitMount(wrapped, maxReadahead, 0) if err != nil { err = fmt.Errorf("fuseshim.InitMount: %v", err) return