K 10 svn:author V 7 asomers K 8 svn:date V 27 2021-10-17T18:49:47.736438Z K 7 svn:log V 722 fusefs: quiet some cache-related warnings If the FUSE server does something that would make our cache incoherent, we should print a warning to the user. However, we previously warned in some situations when we shouldn't, such as if the file's size changed on the server _after_ our own attribute cache had expired. This change suppresses the warning in cases like that. It also moves the warning logic to a single place within the code. PR: 256936 Reported by: Agata Tested by: Agata , jSML4ThWwBID69YC@protonmail.com (cherry picked from commit 5d94aaacb5180798b2f698e33937f068386004eb) Git Hash: 076040aacb5d58dd924853350136f08d7f37b969 Git Author: asomers@FreeBSD.org END