mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 05:16:00 +03:00
[PR #1520] [MERGED] Return more specific errno when available #2026
Labels
No labels
bug
bug
dataloss
duplicate
enhancement
feature request
help wanted
invalid
need info
performance
pull-request
question
question
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/s3fs-fuse#2026
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/1520
Author: @gaul
Created: 1/16/2021
Status: ✅ Merged
Merged: 1/18/2021
Merged by: @ggtakec
Base:
master← Head:errno📝 Commits (1)
93b3d0eReturn more specific errno when available📊 Changes
2 files changed (+60 additions, -59 deletions)
View changed files
📝
src/curl.cpp(+30 -30)📝
src/s3fs.cpp(+30 -29)📄 Description
Previously s3fs threw away some function return values and returned
EIOinstead. This was due to not trusting the mix of -1 anderrnoreturn codes. Correct the obviously incorrect ones via visual
inspection. Stronger typing may find more occurrences. Fixes #1519.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.