[PR #1701] [MERGED] Explicitly specify lock type #2126

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

📋 Pull Request Information

Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/1701
Author: @gaul
Created: 6/27/2021
Status: Merged
Merged: 6/27/2021
Merged by: @ggtakec

Base: masterHead: autolock


📝 Commits (1)

  • 07ad3cd Explicitly specify lock type

📊 Changes

7 files changed (+28 additions, -27 deletions)

View changed files

📝 src/fdcache.cpp (+4 -4)
📝 src/fdcache.h (+1 -1)
📝 src/fdcache_auto.cpp (+2 -2)
📝 src/fdcache_auto.h (+2 -1)
📝 src/fdcache_entity.cpp (+10 -10)
📝 src/fdcache_entity.h (+1 -1)
📝 src/s3fs.cpp (+8 -8)

📄 Description

This makes it more clear and type-safe if the caller already has the
lock. Follows on to 84174c560d.


🔄 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/1701 **Author:** [@gaul](https://github.com/gaul) **Created:** 6/27/2021 **Status:** ✅ Merged **Merged:** 6/27/2021 **Merged by:** [@ggtakec](https://github.com/ggtakec) **Base:** `master` ← **Head:** `autolock` --- ### 📝 Commits (1) - [`07ad3cd`](https://github.com/s3fs-fuse/s3fs-fuse/commit/07ad3cdef026d2eac2187c0c41aec5913bce6e54) Explicitly specify lock type ### 📊 Changes **7 files changed** (+28 additions, -27 deletions) <details> <summary>View changed files</summary> 📝 `src/fdcache.cpp` (+4 -4) 📝 `src/fdcache.h` (+1 -1) 📝 `src/fdcache_auto.cpp` (+2 -2) 📝 `src/fdcache_auto.h` (+2 -1) 📝 `src/fdcache_entity.cpp` (+10 -10) 📝 `src/fdcache_entity.h` (+1 -1) 📝 `src/s3fs.cpp` (+8 -8) </details> ### 📄 Description This makes it more clear and type-safe if the caller already has the lock. Follows on to 84174c560d7542436067dfbfe1f697368ad7d4a1. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 02:03:51 +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#2126
No description provided.