Branch: refs/heads/master
Home:
https://github.com/fabbione/kronosnet
Commit: d40fbd5501a5d0745a33b7355166c66e13f8269c
https://github.com/fabbione/kronosnet/commit/d40fbd5501a5d0745a33b7355166c6…
Author: Christine Caulfield <ccaulfie(a)redhat.com>
Date: 2017-05-26 (Fri, 26 May 2017)
Changed paths:
M libknet/logging.c
Log Message:
-----------
[libknet] Unlock the global lock if logging pipe is full.
If a write to the logging pipe fails (eg it's busy
waiting on something else, I've seen this in corosync
at shutdown) then we must unlock the global_rwlock
or we'll never get out of this alive.
Signed-off-by: Christine Caulfield <ccaulfie(a)redhat.com>
Reviewed-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>