From 2b367220f317835607c11d2bedb9ec0c611fb9b1 Mon Sep 17 00:00:00 2001 From: Alasdair Kergon Date: Mon, 31 Oct 2005 20:18:50 +0000 Subject: [PATCH] precommitted flag --- lib/format_text/flags.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/format_text/flags.c b/lib/format_text/flags.c index 2ebb5b5ef..82cbf06c9 100644 --- a/lib/format_text/flags.c +++ b/lib/format_text/flags.c @@ -36,6 +36,7 @@ static struct flag _vg_flags[] = { {LVM_WRITE, "WRITE"}, {CLUSTERED, "CLUSTERED"}, {SHARED, "SHARED"}, + {PRECOMMITTED, NULL}, {0, NULL} };