Commit b2021466 authored by Han-Wen Nienhuys's avatar Han-Wen Nienhuys

AutoUnionFs: use Owner=CurrentOwner.

parent 513c37b3
...@@ -32,6 +32,7 @@ func main() { ...@@ -32,6 +32,7 @@ func main() {
EntryTimeout: 1.0, EntryTimeout: 1.0,
AttrTimeout: 1.0, AttrTimeout: 1.0,
NegativeTimeout: 1.0, NegativeTimeout: 1.0,
Owner: fuse.CurrentOwner(),
}, },
UpdateOnMount: true, UpdateOnMount: true,
} }
...@@ -43,7 +44,7 @@ func main() { ...@@ -43,7 +44,7 @@ func main() {
fmt.Printf("Mount fail: %v\n", err) fmt.Printf("Mount fail: %v\n", err)
os.Exit(1) os.Exit(1)
} }
conn.Debug = *debug conn.Debug = *debug
state.Debug = *debug state.Debug = *debug
state.Loop(*threaded) state.Loop(*threaded)
......
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