From 5f3dc21dbafd640d8d968c19742332eadc09fb2a Mon Sep 17 00:00:00 2001 From: Christine Caulfield Date: Thu, 1 Oct 2009 14:15:34 +0000 Subject: [PATCH] Add LCK_CONVERT flag I missed on the last checkin. --- lib/locking/locking.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/locking/locking.h b/lib/locking/locking.h index 27cf41966..50101d19e 100644 --- a/lib/locking/locking.h +++ b/lib/locking/locking.h @@ -90,6 +90,7 @@ int check_lvm1_vg_inactive(struct cmd_context *cmd, const char *vgname); #define LCK_PARTIAL_MODE 0x00000001U /* Partial activation? */ #define LCK_MIRROR_NOSYNC_MODE 0x00000002U /* Mirrors don't require sync */ #define LCK_DMEVENTD_MONITOR_MODE 0x00000004U /* Register with dmeventd */ +#define LCK_CONVERT 0x00000008U /* Convert existing lock */ /* * Special cases of VG locks. -- 2.43.5