mirror of
git://sourceware.org/git/lvm2.git
synced 2025-03-10 16:58:47 +03:00
indent
This commit is contained in:
parent
e0a86d8c18
commit
63aead84ee
@ -2068,10 +2068,10 @@ static int _targets_present(struct dev_manager *dm, struct list *lvs)
|
||||
list_iterate(segh, &lv->segments) {
|
||||
seg = list_item(segh, struct lv_segment);
|
||||
if (seg->segtype->ops->target_present &&
|
||||
!seg->segtype->ops->target_present()) {
|
||||
!seg->segtype->ops->target_present()) {
|
||||
log_error("Can't expand LV: %s target "
|
||||
"support missing "
|
||||
"from kernel?",
|
||||
"from kernel?",
|
||||
seg->segtype->name);
|
||||
return 0;
|
||||
}
|
||||
|
@ -827,7 +827,7 @@ struct list *create_pv_list(struct pool *mem,
|
||||
}
|
||||
list_iterate_items(pvl, &vg->pvs) {
|
||||
if (str_list_match_item(&pvl->pv->tags,
|
||||
tagname)) {
|
||||
tagname)) {
|
||||
_create_pv_entry(mem, pvl, NULL, r);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user