]> sourceware.org Git - lvm2.git/commitdiff
Add LCK_CONVERT flag I missed on the last checkin.
authorChristine Caulfield <ccaulfie@redhat.com>
Thu, 1 Oct 2009 14:15:34 +0000 (14:15 +0000)
committerChristine Caulfield <ccaulfie@redhat.com>
Thu, 1 Oct 2009 14:15:34 +0000 (14:15 +0000)
lib/locking/locking.h

index 27cf4196614a25dd7e6a6a3175bb40e58de3a060..50101d19e741192df437a25784c4edaa52fd7093 100644 (file)
@@ -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.
This page took 0.035805 seconds and 5 git commands to generate.