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 #2268

Merged
merged 2 commits into from
Jul 17, 2024
Merged

fix: ignore go-fuse ctx in Lookup #2268

merged 2 commits into from
Jul 17, 2024

Conversation

jackwotherspoon
Copy link
Collaborator

@jackwotherspoon jackwotherspoon commented Jul 12, 2024

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 #2260

@jackwotherspoon jackwotherspoon self-assigned this Jul 12, 2024
@jackwotherspoon jackwotherspoon marked this pull request as ready for review July 17, 2024 12:45
@jackwotherspoon jackwotherspoon requested a review from a team as a code owner July 17, 2024 12:45
Copy link
Collaborator

@hessjcg hessjcg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jackwotherspoon jackwotherspoon merged commit ae8ec35 into main Jul 17, 2024
12 checks passed
@jackwotherspoon jackwotherspoon deleted the ignore-context branch July 17, 2024 20:18
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 go-fuse Lookup method
3 participants