1
0
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:
Jonathan Brassow 2017-06-14 15:22:04 -05:00
parent 1f57a5263e
commit 6c4b2a6aa1

View File

@ -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;
} }