Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

dm mpath: add missing static



A static declaration missing.

Signed-off-by: default avatarAlasdair G Kergon <agk@redhat.com>
parent 0149e57f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);