mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-03 05:18:29 +03:00
fix compile
This commit is contained in:
parent
476d09d072
commit
366a68282f
@ -309,7 +309,7 @@ int do_lock_lv(unsigned char command, unsigned char lock_flags, char *resource)
|
|||||||
if (lock_flags & LCK_MIRROR_NOSYNC_MODE)
|
if (lock_flags & LCK_MIRROR_NOSYNC_MODE)
|
||||||
init_mirror_in_sync(1);
|
init_mirror_in_sync(1);
|
||||||
|
|
||||||
if (!(lock_flags & LCK_DMEVENTD_MONITOR))
|
if (!(lock_flags & LCK_DMEVENTD_REGISTER_MODE))
|
||||||
init_dmeventd_register(0);
|
init_dmeventd_register(0);
|
||||||
|
|
||||||
switch (command) {
|
switch (command) {
|
||||||
|
Loading…
Reference in New Issue
Block a user