mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-25 01:34:38 +03:00
Missed rename pool->thin_pool
Fix compilation
This commit is contained in:
parent
b12ec9b372
commit
b79f082537
@ -97,7 +97,7 @@ uint32_t get_free_pool_device_id(struct lv_segment *thin_pool_seg)
|
||||
|
||||
if (!seg_is_thin_pool(thin_pool_seg)) {
|
||||
log_error("Segment in %s is not a thin pool segment.",
|
||||
pool_seg->lv->name);
|
||||
thin_pool_seg->lv->name);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user