Dev Jain <dev.jain@arm.com> writes: > We currently unlock the arena mutex in arena_get_retry() unconditionally. > Therefore, hoist out the unlock from the if-else control block. LGTM although I'm surprised gcc doesn't just do this for us. Reviewed-by: DJ Delorie <dj@redhat.com> Do you need someone to commit this for you?