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

Probe for statx availability even when statx returns ENOSYS. #1048

Merged
merged 1 commit into from Apr 21, 2024

Conversation

sunfishcode
Copy link
Member

Following rust-lang/rust#123928, check whether the system supports statx even when the initial call returns NOSYS, because that can come from a faulty FUSE driver.

Following rust-lang/rust#123928, check whether the system supports
`statx` even when the initial call returns `NOSYS`, because that can
come from a faulty FUSE driver.
@sunfishcode sunfishcode merged commit 95a8302 into main Apr 21, 2024
43 checks passed
@sunfishcode sunfishcode deleted the sunfishcode/statx-errors branch April 21, 2024 15:52
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.

None yet

1 participant