1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-03-10 16:58:47 +03:00
This commit is contained in:
Alasdair Kergon 2004-05-18 21:55:55 +00:00
parent e0a86d8c18
commit 63aead84ee
2 changed files with 3 additions and 3 deletions

View File

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

View File

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