[PR #2708] [MERGED] Fixed Stat cache expire check processing #2729

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

📋 Pull Request Information

Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/2708
Author: @ggtakec
Created: 8/21/2025
Status: Merged
Merged: 10/3/2025
Merged by: @ggtakec

Base: masterHead: improve/4_empty_check


📝 Commits (1)

  • 3c77080 Fixed Stat cache expire check processing

📊 Changes

2 files changed (+33 additions, -2 deletions)

View changed files

📝 src/cache_node.cpp (+32 -2)
📝 src/cache_node.h (+1 -0)

📄 Description

Relevant Issue (if applicable)

#2707

Details

There was problem in the process of checking whether stat cache was available for cash out, which has been fixed.
(There were cases where cash out was not possible when negative cache was present.)

This PR is one in a series of enhancements using Stat Cache following #2707. (The PRs have been separated into smaller PRs.)


🔄 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/2708 **Author:** [@ggtakec](https://github.com/ggtakec) **Created:** 8/21/2025 **Status:** ✅ Merged **Merged:** 10/3/2025 **Merged by:** [@ggtakec](https://github.com/ggtakec) **Base:** `master` ← **Head:** `improve/4_empty_check` --- ### 📝 Commits (1) - [`3c77080`](https://github.com/s3fs-fuse/s3fs-fuse/commit/3c77080d562b71da23c5dc430e33e99a3931efbb) Fixed Stat cache expire check processing ### 📊 Changes **2 files changed** (+33 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/cache_node.cpp` (+32 -2) 📝 `src/cache_node.h` (+1 -0) </details> ### 📄 Description ### Relevant Issue (if applicable) #2707 ### Details There was problem in the process of checking whether stat cache was available for cash out, which has been fixed. (There were cases where cash out was not possible when negative cache was present.) _This PR is one in a series of enhancements using Stat Cache following #2707. (The PRs have been separated into smaller PRs.)_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 02:07:00 +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#2729
No description provided.