[PR #2312] [MERGED] Store mvnode in vector instead of manual linked list #2466

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

📋 Pull Request Information

Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/2312
Author: @gaul
Created: 9/12/2023
Status: Merged
Merged: 9/13/2023
Merged by: @ggtakec

Base: masterHead: mvnode


📝 Commits (1)

  • b92a766 Store mvnode in vector instead of manual linked list

📊 Changes

5 files changed (+34 additions, -218 deletions)

View changed files

📝 src/Makefile.am (+0 -1)
src/mvnode.cpp (+0 -139)
src/mvnode.h (+0 -53)
📝 src/s3fs.cpp (+17 -25)
📝 src/types.h (+17 -0)

📄 Description

This simplifies code and avoids manual memory management. References #2261.


🔄 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/2312 **Author:** [@gaul](https://github.com/gaul) **Created:** 9/12/2023 **Status:** ✅ Merged **Merged:** 9/13/2023 **Merged by:** [@ggtakec](https://github.com/ggtakec) **Base:** `master` ← **Head:** `mvnode` --- ### 📝 Commits (1) - [`b92a766`](https://github.com/s3fs-fuse/s3fs-fuse/commit/b92a7661f8b22a9c30fff4ba8a5d831a355b96af) Store mvnode in vector instead of manual linked list ### 📊 Changes **5 files changed** (+34 additions, -218 deletions) <details> <summary>View changed files</summary> 📝 `src/Makefile.am` (+0 -1) ➖ `src/mvnode.cpp` (+0 -139) ➖ `src/mvnode.h` (+0 -53) 📝 `src/s3fs.cpp` (+17 -25) 📝 `src/types.h` (+17 -0) </details> ### 📄 Description This simplifies code and avoids manual memory management. References #2261. --- <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:42 +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#2466
No description provided.