From ba66e02af11d9d55a0c8fdf84fa88aeea1d93fd1 Mon Sep 17 00:00:00 2001 From: Aaron Jacobs Date: Fri, 24 Jul 2015 16:05:01 +1000 Subject: [PATCH] Fixed initFlags. --- connection.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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