]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
fusefs: fix the FUSE_FORGET unit test after r364064
authorasomers <asomers@FreeBSD.org>
Tue, 11 Aug 2020 01:09:06 +0000 (01:09 +0000)
committerasomers <asomers@FreeBSD.org>
Tue, 11 Aug 2020 01:09:06 +0000 (01:09 +0000)
commit3275ad570a64a12e1fa668ea8137c79e733c8459
tree45ca0d4cea717d8d433a1c38814799d6b906e1ac
parente0fe09c72d787d06261f7624d83092616b3f3949
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
tests/sys/fs/fusefs/forget.cc