HomeClusterLabs Projects

[logging] drop locking inside log_msg (part 1)

This commit no longer exists in the repository. It may have been part of a branch which was deleted.

Description

[logging] drop locking inside log_msg (part 1)

looking at the code, there are only few calls to log_msg happening outside
of locking context (error reports when failing to grab the lock).
Everything else appears to be safe.

drop the attempt to lock inside log_msg for now, part 2 will address those
few calls that can happen outside of locking context.

Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com>

Details

Provenance
fabbioneAuthored on Jul 29 2018, 12:28 AM

Event Timeline

Commit No Longer Exists

This commit no longer exists in the repository.