summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Teigland <teigland@redhat.com>2015-06-04 17:06:40 -0500
committerDavid Teigland <teigland@redhat.com>2015-06-04 17:06:40 -0500
commit0b506313e6321d591fbf79ecb41904add8a17c15 (patch)
treeb0dc2cb3cb52fa6f5c501b584763dc32b57b1bc6
parent051a3aa2a75f6c36266f377ba184a9edb52dc10d (diff)
downloadlvm2-0b506313e6321d591fbf79ecb41904add8a17c15.tar.gz
fix stub function for handle_sanlock_lv
-rw-r--r--lib/locking/lvmlockd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/locking/lvmlockd.h b/lib/locking/lvmlockd.h
index bfd9cbe34..41c82b64f 100644
--- a/lib/locking/lvmlockd.h
+++ b/lib/locking/lvmlockd.h
@@ -273,7 +273,7 @@ static inline const char *lockd_running_lock_type(struct cmd_context *cmd)
return NULL;
}
-int handle_sanlock_lv(struct cmd_context *cmd, struct volume_group *vg)
+static inline int handle_sanlock_lv(struct cmd_context *cmd, struct volume_group *vg)
{
return 0;
}