[PR #1447] [MERGED] Fixed a bug that symlink could not be read after restarting s3fs #1992

Closed
opened 2026-03-04 02:03:09 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/1447
Author: @ggtakec
Created: 10/10/2020
Status: Merged
Merged: 10/11/2020
Merged by: @gaul

Base: masterHead: fix_symlink_bug


📝 Commits (1)

  • 5b36f77 Fixed a bug that symlink could not be read after restarting s3fs

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 src/s3fs.cpp (+1 -1)

📄 Description

Relevant Issue (if applicable)

#1427

Details

When opening the symlink file, it was no longer necessary to load it into a temporary file or cache file.
This PR fixed it.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/s3fs-fuse/s3fs-fuse/pull/1447 **Author:** [@ggtakec](https://github.com/ggtakec) **Created:** 10/10/2020 **Status:** ✅ Merged **Merged:** 10/11/2020 **Merged by:** [@gaul](https://github.com/gaul) **Base:** `master` ← **Head:** `fix_symlink_bug` --- ### 📝 Commits (1) - [`5b36f77`](https://github.com/s3fs-fuse/s3fs-fuse/commit/5b36f778ba3d8fb07f9ba63217490ba533ba8994) Fixed a bug that symlink could not be read after restarting s3fs ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/s3fs.cpp` (+1 -1) </details> ### 📄 Description ### Relevant Issue (if applicable) #1427 ### Details When opening the symlink file, it was no longer necessary to load it into a temporary file or cache file. This PR fixed it. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 02:03:09 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/s3fs-fuse#1992
No description provided.