[PR #2078] [MERGED] Make some methods and parameters const #2330

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

📋 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: masterHead: const


📝 Commits (1)

  • 696d8ba Make 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.

## 📋 Pull Request Information **Original PR:** https://github.com/s3fs-fuse/s3fs-fuse/pull/2078 **Author:** [@gaul](https://github.com/gaul) **Created:** 12/16/2022 **Status:** ✅ Merged **Merged:** 1/4/2023 **Merged by:** [@ggtakec](https://github.com/ggtakec) **Base:** `master` ← **Head:** `const` --- ### 📝 Commits (1) - [`696d8ba`](https://github.com/s3fs-fuse/s3fs-fuse/commit/696d8ba5e828d30304f1f3b358a4f80c0d80bfce) Make some methods and parameters const ### 📊 Changes **17 files changed** (+52 additions, -53 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description This requires making some locks mutable. --- <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:58 +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#2330
No description provided.