[PR #2500] [MERGED] Remove unneeded lock utility functions #2581

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

📋 Pull Request Information

Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/2500
Author: @gaul
Created: 7/14/2024
Status: Merged
Merged: 7/15/2024
Merged by: @ggtakec

Base: masterHead: locking-cleanup


📝 Commits (2)

  • 2723ad6 Remove unneeded lock utility functions
  • c9c711b Merge branch 'master' into locking-cleanup

📊 Changes

5 files changed (+0 additions, -66 deletions)

View changed files

📝 src/s3fs.cpp (+0 -38)
📝 src/s3fs_util.cpp (+0 -10)
📝 src/s3fs_util.h (+0 -2)
📝 src/s3fs_xml.cpp (+0 -13)
📝 src/s3fs_xml.h (+0 -3)

📄 Description

std::mutex RAII removes the need for these.


🔄 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/2500 **Author:** [@gaul](https://github.com/gaul) **Created:** 7/14/2024 **Status:** ✅ Merged **Merged:** 7/15/2024 **Merged by:** [@ggtakec](https://github.com/ggtakec) **Base:** `master` ← **Head:** `locking-cleanup` --- ### 📝 Commits (2) - [`2723ad6`](https://github.com/s3fs-fuse/s3fs-fuse/commit/2723ad65a6da922d6c0c86b43bab34f0b25504a0) Remove unneeded lock utility functions - [`c9c711b`](https://github.com/s3fs-fuse/s3fs-fuse/commit/c9c711bc13d18cf368870c3610441ea1119677dc) Merge branch 'master' into locking-cleanup ### 📊 Changes **5 files changed** (+0 additions, -66 deletions) <details> <summary>View changed files</summary> 📝 `src/s3fs.cpp` (+0 -38) 📝 `src/s3fs_util.cpp` (+0 -10) 📝 `src/s3fs_util.h` (+0 -2) 📝 `src/s3fs_xml.cpp` (+0 -13) 📝 `src/s3fs_xml.h` (+0 -3) </details> ### 📄 Description `std::mutex` RAII removes the need for these. --- <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:17 +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#2581
No description provided.