On 11/8/21 6:53 AM, Pawel Piatkowski wrote: > Verify that prev_map in not null during volume migration. > Practically this case is not possible, device prev_map is being > added if it is in the middle of migration. > Add verification to silence static code analyze errors. > > Change error handling for function is_gen_migration() (as well as > values compared with return value from this function) to use boolean > types provided by stdbool.h. > > Signed-off-by: Pawel Piatkowski <pawel.piatkowski@xxxxxxxxx> > --- Applied! Thanks, Jes