]> git.ipfire.org Git - thirdparty/krb5.git/commit
Use OFD locks where available 216/head
authorGreg Hudson <ghudson@mit.edu>
Tue, 7 Oct 2014 16:12:11 +0000 (12:12 -0400)
committerGreg Hudson <ghudson@mit.edu>
Mon, 15 Dec 2014 20:22:39 +0000 (15:22 -0500)
commit0008014a748310e38b3e4d69e3227af935e86cf7
tree2434b246bf6eb7a5712ed7af90f96a85b33a426c
parentfff8e4817c2f20e923acd87a3085842f43edf192
Use OFD locks where available

Linux 3.15 has added OFD locks, which contend with POSIX file locks
but are owned by the open file description instead of the process.
Use these in krb5_lock_file where available, for safer concurrency
behavior.

ticket: 8023 (new)
src/lib/krb5/os/lock_file.c