Fixed initFlags.

geesefs-0-30-9
Aaron Jacobs 2015-07-24 16:05:01 +10:00
parent 91664cfc31
commit ba66e02af1
1 changed files with 1 additions and 1 deletions

View File

@ -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