1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-10 05:18:36 +03:00

Add LCK_CONVERT flag I missed on the last checkin.

This commit is contained in:
Christine Caulfield 2009-10-01 14:15:34 +00:00
parent 31672ff60e
commit 3435f24770

View 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.