mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-06 17:18:29 +03:00
lvm2api: fix typo
oops, typo didn't cause compile error
This commit is contained in:
parent
60668f823e
commit
668b669d5b
@ -146,7 +146,7 @@ lv_t lvm_vg_create_lv_linear(vg_t vg, const char *name, uint64_t size)
|
||||
{
|
||||
struct lvcreate_params lp = { 0 };
|
||||
uint64_t extents;
|
||||
struct logival_volume *lv;
|
||||
struct logical_volume *lv;
|
||||
|
||||
if (vg_read_error(vg))
|
||||
return NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user