Commit 0e90317c authored by Han-Wen Nienhuys's avatar Han-Wen Nienhuys

Fix compile of example/autounionfs/main too.

parent 34ef5c4d
...@@ -41,9 +41,9 @@ func main() { ...@@ -41,9 +41,9 @@ func main() {
Owner: fuse.CurrentOwner(), Owner: fuse.CurrentOwner(),
}, },
UpdateOnMount: true, UpdateOnMount: true,
fuse.PathNodeFsOptions{ PathNodeFsOptions: fuse.PathNodeFsOptions{
ClientInodes: *hardlinks, ClientInodes: *hardlinks,
} },
} }
gofs := unionfs.NewAutoUnionFs(flag.Arg(1), options) gofs := unionfs.NewAutoUnionFs(flag.Arg(1), options)
......
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