[Bug 272367] openat(..., O_NONBLOCK | O_EXLOCK) may wrongly return EAGAIN

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 04 Jul 2023 23:10:39 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272367

Konstantin Belousov <kib@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kib@FreeBSD.org

--- Comment #3 from Konstantin Belousov <kib@FreeBSD.org> ---
(In reply to Mateusz Guzik from comment #1)
flock locks must not be cleared on any close, only on the last one.
fcntl locks do have this weird POSIX semantic.

-- 
You are receiving this mail because:
You are the assignee for the bug.