K 10 svn:author V 7 asomers K 8 svn:date V 27 2021-10-17T18:49:53.633848Z K 7 svn:log V 663 fusefs: Fix a bug during VOP_STRATEGY when the server changes file size If the FUSE server tells the kernel that a file's size has changed, then the kernel must invalidate any portion of that file in cache. But the kernel can't do that during VOP_STRATEGY, because the file's buffers are already locked. Instead, proceed with the write. PR: 256937 Reported by: Agata Tested by: Agata Reviewed by: pfg Differential Revision: https://reviews.freebsd.org/D32332 (cherry picked from commit 032a5bd55b3a003d3560435422a95f27f91685fe) Git Hash: 955a418bd3036dc055d97cf98faec0be137b3b11 Git Author: asomers@FreeBSD.org END