1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-11-27 20:24:16 +03:00

hints: skip hint flock if nolocking option is set

This commit is contained in:
David Teigland
2019-04-25 13:34:09 -05:00
parent a519be8d4b
commit c3e385c108
5 changed files with 28 additions and 19 deletions

View File

@@ -162,6 +162,7 @@ struct cmd_context {
unsigned lockd_lv_sh_for_ex:1;
unsigned lockd_global_ex:1; /* set while global lock held ex (lockd) */
unsigned lockf_global_ex:1; /* set while global lock held ex (flock) */
unsigned nolocking:1;
unsigned vg_notify:1;
unsigned lv_notify:1;
unsigned pv_notify:1;