[PR #2476] [MERGED] Convert pthread_mutex to std::mutex #2562

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

📋 Pull Request Information

Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/2476
Author: @gaul
Created: 6/23/2024
Status: Merged
Merged: 6/23/2024
Merged by: @ggtakec

Base: masterHead: std-mutex


📝 Commits (1)

  • 37c7b6e Convert pthread_mutex to std::mutex

📊 Changes

31 files changed (+219 additions, -781 deletions)

View changed files

📝 src/Makefile.am (+0 -1)
src/autolock.cpp (+0 -78)
src/autolock.h (+0 -67)
📝 src/cache.cpp (+11 -27)
📝 src/cache.h (+5 -4)
📝 src/common.h (+3 -0)
📝 src/curl.cpp (+12 -56)
📝 src/curl.h (+8 -7)
📝 src/curl_handlerpool.cpp (+9 -26)
📝 src/curl_handlerpool.h (+2 -1)
📝 src/curl_multi.cpp (+3 -18)
📝 src/curl_multi.h (+2 -1)
📝 src/fdcache.cpp (+21 -61)
📝 src/fdcache.h (+7 -5)
📝 src/fdcache_auto.h (+1 -1)
📝 src/fdcache_entity.cpp (+38 -67)
📝 src/fdcache_entity.h (+18 -18)
📝 src/fdcache_fdinfo.cpp (+15 -36)
📝 src/fdcache_fdinfo.h (+7 -7)
📝 src/fdcache_pseudofd.cpp (+2 -30)

...and 11 more files

📄 Description

This simplifies resource management and improve Windows compatibility.


🔄 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/2476 **Author:** [@gaul](https://github.com/gaul) **Created:** 6/23/2024 **Status:** ✅ Merged **Merged:** 6/23/2024 **Merged by:** [@ggtakec](https://github.com/ggtakec) **Base:** `master` ← **Head:** `std-mutex` --- ### 📝 Commits (1) - [`37c7b6e`](https://github.com/s3fs-fuse/s3fs-fuse/commit/37c7b6ec4029172b8281e0a06d589074a40a9b9a) Convert pthread_mutex to std::mutex ### 📊 Changes **31 files changed** (+219 additions, -781 deletions) <details> <summary>View changed files</summary> 📝 `src/Makefile.am` (+0 -1) ➖ `src/autolock.cpp` (+0 -78) ➖ `src/autolock.h` (+0 -67) 📝 `src/cache.cpp` (+11 -27) 📝 `src/cache.h` (+5 -4) 📝 `src/common.h` (+3 -0) 📝 `src/curl.cpp` (+12 -56) 📝 `src/curl.h` (+8 -7) 📝 `src/curl_handlerpool.cpp` (+9 -26) 📝 `src/curl_handlerpool.h` (+2 -1) 📝 `src/curl_multi.cpp` (+3 -18) 📝 `src/curl_multi.h` (+2 -1) 📝 `src/fdcache.cpp` (+21 -61) 📝 `src/fdcache.h` (+7 -5) 📝 `src/fdcache_auto.h` (+1 -1) 📝 `src/fdcache_entity.cpp` (+38 -67) 📝 `src/fdcache_entity.h` (+18 -18) 📝 `src/fdcache_fdinfo.cpp` (+15 -36) 📝 `src/fdcache_fdinfo.h` (+7 -7) 📝 `src/fdcache_pseudofd.cpp` (+2 -30) _...and 11 more files_ </details> ### 📄 Description This simplifies resource management and improve Windows compatibility. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 02:06:11 +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#2562
No description provided.