1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

precommitted flag

This commit is contained in:
Alasdair Kergon 2005-10-31 20:18:50 +00:00
parent 7a5933259f
commit 2b367220f3

View File

@ -36,6 +36,7 @@ static struct flag _vg_flags[] = {
{LVM_WRITE, "WRITE"},
{CLUSTERED, "CLUSTERED"},
{SHARED, "SHARED"},
{PRECOMMITTED, NULL},
{0, NULL}
};