[PR #2257] [MERGED] Delete copy constructors and assignment operators #2422

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

📋 Pull Request Information

Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/2257
Author: @gaul
Created: 8/8/2023
Status: Merged
Merged: 8/11/2023
Merged by: @ggtakec

Base: masterHead: delete-copy-assignment


📝 Commits (1)

  • 0a60168 Delete copy constructors and assignment operators

📊 Changes

5 files changed (+6 additions, -52 deletions)

View changed files

📝 src/autolock.h (+2 -1)
📝 src/fdcache_auto.cpp (+0 -40)
📝 src/fdcache_auto.h (+2 -2)
📝 src/fdcache_page.cpp (+0 -8)
📝 src/fdcache_page.h (+2 -1)

📄 Description

One of these was buggy and others had the wrong parameters and return types.


🔄 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/2257 **Author:** [@gaul](https://github.com/gaul) **Created:** 8/8/2023 **Status:** ✅ Merged **Merged:** 8/11/2023 **Merged by:** [@ggtakec](https://github.com/ggtakec) **Base:** `master` ← **Head:** `delete-copy-assignment` --- ### 📝 Commits (1) - [`0a60168`](https://github.com/s3fs-fuse/s3fs-fuse/commit/0a601685d1c783cd130a0f66ec251e39045f23d6) Delete copy constructors and assignment operators ### 📊 Changes **5 files changed** (+6 additions, -52 deletions) <details> <summary>View changed files</summary> 📝 `src/autolock.h` (+2 -1) 📝 `src/fdcache_auto.cpp` (+0 -40) 📝 `src/fdcache_auto.h` (+2 -2) 📝 `src/fdcache_page.cpp` (+0 -8) 📝 `src/fdcache_page.h` (+2 -1) </details> ### 📄 Description One of these was buggy and others had the wrong parameters and return types. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 02:05:28 +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#2422
No description provided.