[PR #1668] [MERGED] Fix data races caused by incorrect locking #2102

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

📋 Pull Request Information

Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/1668
Author: @gaul
Created: 5/28/2021
Status: Merged
Merged: 5/28/2021
Merged by: @ggtakec

Base: masterHead: races


📝 Commits (1)

  • 552a4b6 Fix data races caused by incorrect locking

📊 Changes

4 files changed (+18 additions, -18 deletions)

View changed files

📝 src/fdcache.cpp (+1 -1)
📝 src/fdcache_entity.cpp (+13 -14)
📝 src/fdcache_entity.h (+3 -2)
📝 src/s3fs.cpp (+1 -1)

📄 Description

Found via Threadsanitizer. Fixes #1471.


🔄 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/1668 **Author:** [@gaul](https://github.com/gaul) **Created:** 5/28/2021 **Status:** ✅ Merged **Merged:** 5/28/2021 **Merged by:** [@ggtakec](https://github.com/ggtakec) **Base:** `master` ← **Head:** `races` --- ### 📝 Commits (1) - [`552a4b6`](https://github.com/s3fs-fuse/s3fs-fuse/commit/552a4b693f9651b6e37ba867a61f393b6bb8fe8f) Fix data races caused by incorrect locking ### 📊 Changes **4 files changed** (+18 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `src/fdcache.cpp` (+1 -1) 📝 `src/fdcache_entity.cpp` (+13 -14) 📝 `src/fdcache_entity.h` (+3 -2) 📝 `src/s3fs.cpp` (+1 -1) </details> ### 📄 Description Found via Threadsanitizer. Fixes #1471. --- <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: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#2102
No description provided.