K 10 svn:author V 7 asomers K 8 svn:date V 27 2021-07-27T17:41:02.501920Z K 7 svn:log V 654 fusefs: correctly set lock owner during FUSE_SETLK During FUSE_SETLK, the owner field should uniquely identify the calling process. The fusefs module now sets it to the process's pid. Previously, it expected the calling process to set it directly, which was wrong. libfuse also apparently expects the owner field to be set during FUSE_GETLK, though I'm not sure why. PR: 256005 Reported by: Agata Reviewed by: pfg Differential Revision: https://reviews.freebsd.org/D30622 (cherry picked from commit 18b19f8c6e04935a63a951afe0e540674bc94455) Git Hash: 7d9771228715bf2a32c7db323accecfb7f2f861c Git Author: asomers@FreeBSD.org END