K 10 svn:author V 7 git2svn K 8 svn:date V 27 2022-08-20T01:18:46.999370Z K 7 svn:log V 584 fusefs: fix FUSE_CREATE with file handles and fuse protocol < 7.9 Prior to fuse protocol version 7.9, the fuse_entry_out structure had a smaller size. But fuse_vnop_create did not take that into account when working with servers that use older protocols. The bug does not matter for servers which don't use file handles or open flags (the only fields affected). PR: 263625 Submitted by: Ali Abdallah (cherry picked from commit 45825a12f9851213e627cf41398706bacb793f83) Git Hash: e2182a594d84a84a0ff3edf2a7ad9ee141027a60 Git Author: asomers@FreeBSD.org END