]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
fusefs: fix the FUSE_FORGET unit test after r364064
authorAlan Somers <asomers@FreeBSD.org>
Tue, 11 Aug 2020 01:09:06 +0000 (01:09 +0000)
committerAlan Somers <asomers@FreeBSD.org>
Tue, 11 Aug 2020 01:09:06 +0000 (01:09 +0000)
commit8d2105da1660dd79e4e287cb14c34651bc086bf9
tree45ca0d4cea717d8d433a1c38814799d6b906e1ac
parent02511d2112f403ae8ff4a8ce31bf4e8c9e868137
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