mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 13:26:00 +03:00
[PR #2078] [MERGED] Make some methods and parameters const #2330
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#2330
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/2078
Author: @gaul
Created: 12/16/2022
Status: ✅ Merged
Merged: 1/4/2023
Merged by: @ggtakec
Base:
master← Head:const📝 Commits (1)
696d8baMake some methods and parameters const📊 Changes
17 files changed (+52 additions, -53 deletions)
View changed files
📝
src/cache.cpp(+2 -2)📝
src/cache.h(+1 -1)📝
src/curl.cpp(+1 -1)📝
src/curl.h(+4 -4)📝
src/curl_multi.h(+1 -1)📝
src/curl_util.h(+0 -1)📝
src/fdcache_entity.cpp(+7 -7)📝
src/fdcache_entity.h(+8 -8)📝
src/fdcache_fdinfo.cpp(+1 -1)📝
src/fdcache_fdinfo.h(+2 -2)📝
src/fdcache_untreated.cpp(+3 -3)📝
src/fdcache_untreated.h(+4 -4)📝
src/s3fs.cpp(+2 -2)📝
src/s3fs_cred.cpp(+6 -6)📝
src/s3fs_cred.h(+7 -7)📝
src/threadpoolman.cpp(+1 -1)📝
src/threadpoolman.h(+2 -2)📄 Description
This requires making some locks mutable.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.