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-08 11:50:41 -0500
commit3ece11d945e006dd85fd91110621f14d79fb8851 (patch)
tree570b99f7a1bea6b5f4099e5a05c5b802401ef03f
parent9f106581eae80b6e6b4b647690d2290e1fec655a (diff)
downloadlvm2-3ece11d945e006dd85fd91110621f14d79fb8851.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;
}