mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-03 05:18:29 +03:00
clean-up: Very picky update to comment - hopefully making it clearer
This commit is contained in:
parent
1f57a5263e
commit
6c4b2a6aa1
@ -309,7 +309,7 @@ static int _deactivate_and_remove_lvs(struct volume_group *vg, struct dm_list *r
|
|||||||
"LVs must be set visible before removing.");
|
"LVs must be set visible before removing.");
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
/* Got to get any cluster lock an SubLVs to be removed. */
|
/* Must get a cluster lock on SubLVs that will be removed. */
|
||||||
if (!activate_lv_excl_local(vg->cmd, lvl->lv))
|
if (!activate_lv_excl_local(vg->cmd, lvl->lv))
|
||||||
return_0;
|
return_0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user