Skip to content

Commit

Permalink
troubleshoot ci
Browse files Browse the repository at this point in the history
  • Loading branch information
billziss-gh committed Jan 4, 2025
1 parent 589cee9 commit 9f9a82d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/passthrough/passthrough.go
Original file line number Diff line number Diff line change
Expand Up @@ -264,5 +264,6 @@ func main() {
args = append(args[:len(args)-2], args[len(args)-1])
}
_host = fuse.NewFileSystemHost(&ptfs)
_host.SetUseIno(true) // FUSE3 only
_host.Mount("", args[1:])
}

0 comments on commit 9f9a82d

Please sign in to comment.