1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-03-07 04:58:47 +03:00

raid: tidying

This commit is contained in:
Heinz Mauelshagen 2017-04-06 00:06:52 +02:00
parent 1ef1bdab27
commit d23cad16c9

View File

@ -1933,7 +1933,7 @@ static int _raid_reshape_remove_images(struct logical_volume *lv,
* -> remove the freed up images and reduce LV size
*
*/
if (!_get_available_removed_sublvs(lv, &available_slvs, &removed_slvs))
if (!_get_available_removed_sublvs(lv, &available_slvs, &removed_slvs))
return_0;
if (devs_in_sync != new_image_count) {