[PR #2318] [MERGED] Use std::unique_ptr for fclose #2471

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

📋 Pull Request Information

Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/2318
Author: @gaul
Created: 9/15/2023
Status: Merged
Merged: 9/25/2023
Merged by: @ggtakec

Base: masterHead: unique_ptr/fclose


📝 Commits (1)

  • 7b86a41 Use std::unique_ptr for fclose

📊 Changes

5 files changed (+21 additions, -26 deletions)

View changed files

📝 src/curl.cpp (+4 -10)
📝 src/fdcache.cpp (+3 -7)
📝 src/fdcache_entity.cpp (+3 -9)
📝 src/s3fs_util.cpp (+8 -0)
📝 src/s3fs_util.h (+3 -0)

📄 Description

References #2261.


🔄 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/2318 **Author:** [@gaul](https://github.com/gaul) **Created:** 9/15/2023 **Status:** ✅ Merged **Merged:** 9/25/2023 **Merged by:** [@ggtakec](https://github.com/ggtakec) **Base:** `master` ← **Head:** `unique_ptr/fclose` --- ### 📝 Commits (1) - [`7b86a41`](https://github.com/s3fs-fuse/s3fs-fuse/commit/7b86a4170e7ab3d41ce49798108a0680e2c98340) Use std::unique_ptr for fclose ### 📊 Changes **5 files changed** (+21 additions, -26 deletions) <details> <summary>View changed files</summary> 📝 `src/curl.cpp` (+4 -10) 📝 `src/fdcache.cpp` (+3 -7) 📝 `src/fdcache_entity.cpp` (+3 -9) 📝 `src/s3fs_util.cpp` (+8 -0) 📝 `src/s3fs_util.h` (+3 -0) </details> ### 📄 Description References #2261. --- <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:43 +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#2471
No description provided.