[Bug 253500] [fusefs]: F_SETLKW fcntl gets corrupted by kern_fcntl()

2021-02-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253500 Alan Somers changed: What|Removed |Added Attachment #222425|0 |1 is obsolete|

[Bug 253500] [fusefs]: F_SETLKW fcntl gets corrupted by kern_fcntl()

2021-02-27 Thread bugzilla-noreply
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

[Bug 253500] fusefs: F_SETLKW fcntl gets corrupted by kern_fcntl()

2021-02-24 Thread bugzilla-noreply
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

[Bug 253500] fusefs: F_SETLKW fcntl gets corrupted by kern_fcntl()

2021-02-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253500 Konstantin Belousov changed: What|Removed |Added CC||k...@freebsd.org --- Comment

[Bug 253500] fusefs: F_SETLKW fcntl gets corrupted by kern_fcntl()

2021-02-14 Thread bugzilla-noreply
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