Date: Sun, 14 Feb 2021 11:33:40 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 253500] fusefs: F_SETLKW fcntl gets corrupted by kern_fcntl() Message-ID: <bug-253500-227-OYncdnE50W@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-253500-227@https.bugs.freebsd.org/bugzilla/> References: <bug-253500-227@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=3D253500 Konstantin Belousov <kib@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kib@FreeBSD.org --- Comment #1 from Konstantin Belousov <kib@FreeBSD.org> --- The patch is wrong, of course. It breaks calling conventions for lf_advlockasync() which is the implementation for all advlock vops (except fuse and partially nfs). You need to adopt fuse to the interface provided by VOP. If there is missed information at the VOP call time, describe what sort of info is lost. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-253500-227-OYncdnE50W>