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-23 17:08:53 -0500
commitd2d33f26e21e4c9ffce719c8227e086d395df081 (patch)
tree1f76f6f8c0126573f30b70b61f6bbda9bc9d270d
parent85c76fafa3b4ecc25a3310738b9db0c84031ef8a (diff)
downloadlvm2-d2d33f26e21e4c9ffce719c8227e086d395df081.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;
}