[PR #2014] [MERGED] Replace uses of lock_already_held flag with AutoLock::Type #2305

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

📋 Pull Request Information

Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/2014
Author: @ggtakec
Created: 7/30/2022
Status: Merged
Merged: 7/30/2022
Merged by: @gaul

Base: masterHead: use_autolock_type


📝 Commits (1)

  • a901ccc Replace uses of lock_already_held flag with AutoLock::Type

📊 Changes

8 files changed (+70 additions, -69 deletions)

View changed files

📝 src/cache.cpp (+10 -10)
📝 src/cache.h (+5 -4)
📝 src/curl.cpp (+3 -3)
📝 src/curl.h (+1 -1)
📝 src/fdcache.cpp (+3 -3)
📝 src/fdcache.h (+1 -1)
📝 src/fdcache_entity.cpp (+35 -35)
📝 src/fdcache_entity.h (+12 -12)

📄 Description

Relevant Issue (if applicable)

#2009

Details

Replaced all lock_already_held flags with AutoLock::Type.


🔄 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/2014 **Author:** [@ggtakec](https://github.com/ggtakec) **Created:** 7/30/2022 **Status:** ✅ Merged **Merged:** 7/30/2022 **Merged by:** [@gaul](https://github.com/gaul) **Base:** `master` ← **Head:** `use_autolock_type` --- ### 📝 Commits (1) - [`a901ccc`](https://github.com/s3fs-fuse/s3fs-fuse/commit/a901ccc9ddf4c4c1e25bdf97ef098cd2f5d0144b) Replace uses of lock_already_held flag with AutoLock::Type ### 📊 Changes **8 files changed** (+70 additions, -69 deletions) <details> <summary>View changed files</summary> 📝 `src/cache.cpp` (+10 -10) 📝 `src/cache.h` (+5 -4) 📝 `src/curl.cpp` (+3 -3) 📝 `src/curl.h` (+1 -1) 📝 `src/fdcache.cpp` (+3 -3) 📝 `src/fdcache.h` (+1 -1) 📝 `src/fdcache_entity.cpp` (+35 -35) 📝 `src/fdcache_entity.h` (+12 -12) </details> ### 📄 Description ### Relevant Issue (if applicable) #2009 ### Details Replaced all `lock_already_held` flags with `AutoLock::Type`. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 02:04:50 +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#2305
No description provided.