mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 05:16:00 +03:00
[PR #1701] [MERGED] Explicitly specify lock type #2126
Labels
No labels
bug
bug
dataloss
duplicate
enhancement
feature request
help wanted
invalid
need info
performance
pull-request
question
question
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/s3fs-fuse#2126
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:autolock📝 Commits (1)
07ad3cdExplicitly 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.