1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-02-24 17:57:48 +03:00

Cosmetic change use return macro with implicit stack

This commit is contained in:
Zdenek Kabelac 2012-01-25 22:38:40 +00:00
parent 42beb34826
commit b39b36eeb5

View File

@ -1084,10 +1084,9 @@ static int _lvconvert_mirrors_aux(struct cmd_context *cmd,
*/
if (!lv_add_mirrors(cmd, lv, new_mimage_count - 1, lp->stripes,
lp->stripe_size, region_size, new_log_count, operable_pvs,
lp->alloc, MIRROR_BY_LV)) {
stack;
return 0;
}
lp->alloc, MIRROR_BY_LV))
return_0;
if (lp->wait_completion)
lp->need_polling = 1;