1
0
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:
Zdenek Kabelac 2014-01-24 13:13:37 +01:00
parent 731c298e12
commit 89d7732617

View File

@ -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,