mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 05:16:00 +03:00
[PR #1692] [MERGED] Updated to clearly output message about the file descriptor type(pseudo/physical) #2120
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#2120
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/1692
Author: @ggtakec
Created: 6/20/2021
Status: ✅ Merged
Merged: 6/25/2021
Merged by: @gaul
Base:
master← Head:update_prn_msgs📝 Commits (1)
bff9cdbUpdated to clearly output message about the file descriptor type(pseudo/physical)📊 Changes
5 files changed (+30 additions, -30 deletions)
View changed files
📝
src/fdcache.cpp(+2 -2)📝
src/fdcache_auto.cpp(+1 -1)📝
src/fdcache_entity.cpp(+16 -16)📝
src/fdcache_page.cpp(+3 -3)📝
src/s3fs.cpp(+8 -8)📄 Description
Relevant Issue (if applicable)
#1666
Details
With the fix of #1666, the file descriptor returned from s3fs to FUSE has been changed from physical fd to pseudo fd.
Changed to clearly output the type of file descriptor included in the (debug)message output of s3fs.
This is more useful when debugging and when investigating bugs.
This is a message-only update, not a logic change.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.