K 10 svn:author V 7 asomers K 8 svn:date V 27 2020-06-12T20:11:25.331981Z K 7 svn:log V 394 MFC r361223: fusefs: fix intermittency in some ENOENT tests When a FUSE operation other than LOOKUP returns ENOENT, the kernel will reclaim that vnode, resuling in a FUSE_FORGET being sent a short while later. Many of the ENOENT tests weren't expecting those FUSE_FORGET operations. They usually passed by luck since FUSE_FORGET is often delayed. This commit adds appropriate expectations. END