| Summary: | fusefs(5): sys.fs.fusefs.forget.main fails after some commit between base (r364062, r364067] | ||
|---|---|---|---|
| Product: | Base System | Reporter: | Li-Wen Hsu <lwhsu> |
| Component: | tests | Assignee: | Alan Somers <asomers> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | CC: | asomers, mjg |
| Priority: | --- | Keywords: | needs-qa, regression |
| Version: | CURRENT | Flags: | asomers:
mfc-stable12-
|
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Li-Wen Hsu
2020-08-10 19:43:09 UTC
Yes, I think you're correct. mjg made several VFS changes in that range. I'll fix it. A commit references this bug: Author: asomers Date: Tue Aug 11 01:09:07 UTC 2020 New revision: 364094 URL: https://svnweb.freebsd.org/changeset/base/364094 Log: fusefs: fix the FUSE_FORGET unit test after r364064 Thanks to r364064, the name cache now returns a hit where previously it would miss. Adjust the expectations accordingly. PR: 248583 Reported by: lwhsu MFC with: r364064 Changes: head/tests/sys/fs/fusefs/forget.cc No MFC is needed or desired, because there are no plans to MFC r364064. |