[PR #2296] [MERGED] Return errors from AutoFdEntity::Open #2455

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

📋 Pull Request Information

Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/2296
Author: @gaul
Created: 8/28/2023
Status: Merged
Merged: 8/29/2023
Merged by: @ggtakec

Base: masterHead: nametoolong


📝 Commits (1)

  • 222333e Return errors from AutoFdEntity::Open

📊 Changes

7 files changed (+38 additions, -36 deletions)

View changed files

📝 src/fdcache.cpp (+6 -11)
📝 src/fdcache_auto.cpp (+4 -1)
📝 src/fdcache_auto.h (+1 -1)
📝 src/fdcache_entity.cpp (+5 -4)
📝 src/fdcache_stat.cpp (+17 -15)
📝 src/fdcache_stat.h (+2 -2)
📝 src/s3fs.cpp (+3 -2)

📄 Description

Found via pjdfstest which creates a PATH_MAX path that should return NAMETOOLONG.


🔄 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/2296 **Author:** [@gaul](https://github.com/gaul) **Created:** 8/28/2023 **Status:** ✅ Merged **Merged:** 8/29/2023 **Merged by:** [@ggtakec](https://github.com/ggtakec) **Base:** `master` ← **Head:** `nametoolong` --- ### 📝 Commits (1) - [`222333e`](https://github.com/s3fs-fuse/s3fs-fuse/commit/222333ed0e0e5ac598874a47b12509fc49c9b66b) Return errors from AutoFdEntity::Open ### 📊 Changes **7 files changed** (+38 additions, -36 deletions) <details> <summary>View changed files</summary> 📝 `src/fdcache.cpp` (+6 -11) 📝 `src/fdcache_auto.cpp` (+4 -1) 📝 `src/fdcache_auto.h` (+1 -1) 📝 `src/fdcache_entity.cpp` (+5 -4) 📝 `src/fdcache_stat.cpp` (+17 -15) 📝 `src/fdcache_stat.h` (+2 -2) 📝 `src/s3fs.cpp` (+3 -2) </details> ### 📄 Description Found via pjdfstest which creates a `PATH_MAX` path that should return `NAMETOOLONG`. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 02:05:37 +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#2455
No description provided.