Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: ignore go-fuse ctx in Lookup #675

Merged
merged 2 commits into from
Jul 18, 2024
Merged

Conversation

jackwotherspoon
Copy link
Contributor

Ignore context passed into Lookup as it can be cancelled by
interrupts in go-fuse. Instead create a new context when Lookup
is invoked.

Fixes #674

@jackwotherspoon jackwotherspoon self-assigned this Jul 18, 2024
@jackwotherspoon jackwotherspoon requested a review from a team as a code owner July 18, 2024 14:31
@jackwotherspoon jackwotherspoon merged commit 57d3e80 into main Jul 18, 2024
15 checks passed
@jackwotherspoon jackwotherspoon deleted the ignore-context-lookup branch July 18, 2024 14:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ignore context in fuse lookup method
2 participants