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-15 16:50:56 -0500
commit12c9ff4b79c641a2044731ca9c099fc3f2123d85 (patch)
treeafccce48f86e02e0d6c663a023f3c84fb1bafcce
parentc8dec0138eefacbddc64a349c76fe821fbfd2cfb (diff)
downloadlvm2-12c9ff4b79c641a2044731ca9c099fc3f2123d85.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;
}