Hi Aaron, On Fri, 2024-08-02 at 19:38 -0400, Aaron Merey wrote: > From: Heather McIntyre <[email protected]> > > * libelf/elf_cntl.c (elf_cntl): Move rwlock_wrlock, rwlock_unlock, > inside case switch statements. Remove unnecessary early return. > > Signed-off-by: Heather S. McIntyre <[email protected]> > Signed-off-by: Aaron Merey <[email protected]> > Signed-off-by: Mark Wielaard <[email protected]> > > --- > v3 changes: > Remove unnecessary early return that would require locking to > check condition.
The code looks good and clean now. Thanks, Mark
