mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 05:16:00 +03:00
[PR #2708] [MERGED] Fixed Stat cache expire check processing #2729
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#2729
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/2708
Author: @ggtakec
Created: 8/21/2025
Status: ✅ Merged
Merged: 10/3/2025
Merged by: @ggtakec
Base:
master← Head:improve/4_empty_check📝 Commits (1)
3c77080Fixed 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.