mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
thin: fix missing ~ in previous commit
This commit is contained in:
parent
731c298e12
commit
89d7732617
@ -255,7 +255,7 @@ int create_pool(struct logical_volume *pool_lv,
|
||||
pool_lv->name);
|
||||
goto bad;
|
||||
}
|
||||
pool_lv->status &= LV_TEMPORARY;
|
||||
pool_lv->status &= ~LV_TEMPORARY;
|
||||
}
|
||||
|
||||
if (dm_snprintf(name, sizeof(name), "%s_%s", pool_lv->name,
|
||||
|
Loading…
Reference in New Issue
Block a user