Skip Menu |
 

From: ghudson@mit.edu
Subject: git commit

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.

https://github.com/krb5/krb5/commit/0008014a748310e38b3e4d69e3227af935e86cf7
Author: Greg Hudson <ghudson@mit.edu>
Commit: 0008014a748310e38b3e4d69e3227af935e86cf7
Branch: master
src/lib/krb5/os/lock_file.c | 26 +++++++++++++++++++++++++-
1 files changed, 25 insertions(+), 1 deletions(-)