Date: Wed, 14 Aug 2019 20:40:24 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 239830] [FUSEFS]: fusefs doesn't send the entire fuse_getattr_in structure Message-ID: <bug-239830-7788-0Fi1Afcqjy@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-239830-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-239830-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D239830 Alan Somers <asomers@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |In Progress --- Comment #1 from Alan Somers <asomers@FreeBSD.org> --- Turns out to be a kernel bug. In FUSE protocol 7.9 and above, FUSE_GETATTR = has a larger payload. We aren't sending the entire payload. I never noticed u= ntil now, because the extra fields are all always 0. But fusefs-lkl checks the overall size and complains. Most fuse daemons don't. --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-239830-7788-0Fi1Afcqjy>