On Wed, 2018-11-28 at 00:13 -0600, Benjamin Marzinski wrote: > pthread_cleanup_push() and pthread_cleanup_pop() must be called in > the > same lexical scope. In uevent_listen(), the pthread_cleanup_pop() > call > to cleanup the udev monitor is called in a nested 'if' block, within > the block where pthread_cleanup_push() is called. Since this is a > single-statement if block, it doesn't actually cause any problems, > but > it should be fixed anyways. > > Signed-off-by: Benjamin Marzinski <bmarzins@xxxxxxxxxx> Reviewed-by: Martin Wilck <mwilck@xxxxxxxx> -- dm-devel mailing list dm-devel@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/dm-devel