[Bug 258022] [FUSEFS] Inode attributes are cached unnecessarily/for too long
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 06 Dec 2021 05:57:24 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258022 Alan Somers <asomers@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- URL| |https://reviews.freebsd.org | |/D33283 Status|New |In Progress Assignee|fs@FreeBSD.org |asomers@FreeBSD.org --- Comment #4 from Alan Somers <asomers@FreeBSD.org> --- Patch in review. Note that this bug actually didn't have anything to do with inode attributes. The file type isn't considered an attribute, because it must remain the same throughout a file's lifetime. So the entry cache is more relevant than the attribute cache. But as it turns out, the best way to handle this situation is the same regardless of whether the entry cache has expired or not. -- You are receiving this mail because: You are the assignee for the bug.