HomeClusterLabs Projects

[logging] drop locking inside log_msg (part 1)

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
Parents
rKca9df3f8b24a: [handle] drop call to log_msg that would have no effect
Branches
Unknown
Tags
Unknown

Event Timeline