Commit 009cd090 authored by Alasdair G Kergon's avatar Alasdair G Kergon

dm mpath: add missing static

A static declaration missing.
Signed-off-by: default avatarAlasdair G Kergon <agk@redhat.com>
parent 0149e57f
......@@ -106,7 +106,7 @@ typedef int (*action_fn) (struct pgpath *pgpath);
static struct kmem_cache *_mpio_cache;
struct workqueue_struct *kmultipathd;
static struct workqueue_struct *kmultipathd;
static void process_queued_ios(struct work_struct *work);
static void trigger_event(struct work_struct *work);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment