https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253500
Alan Somers changed:
What|Removed |Added
Attachment #222425|0 |1
is obsolete|
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253500
Alan Somers changed:
What|Removed |Added
Summary|fusefs: F_SETLKW fcntl gets |[fusefs]: F_SETLKW fcntl
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253500
--- Comment #2 from Alan Somers ---
Kib's right. The VOP_ADVLOCK interface isn't exactly the same as fcntl. It's
not legal for op to be F_SETLKW. Instead, it should be F_SETLK and the flags
field should contain F_WAIT. You can fix this
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253500
Konstantin Belousov changed:
What|Removed |Added
CC||k...@freebsd.org
--- Comment
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253500
Bug ID: 253500
Summary: fusefs: F_SETLKW fcntl gets corrupted by kern_fcntl()
Product: Base System
Version: 12.2-RELEASE
Hardware: Any
OS: Any
Status: New