Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dm mpath: add missing static

A static declaration missing.

Signed-off-by: Alasdair G Kergon <agk@redhat.com>

+1 -1
+1 -1
drivers/md/dm-mpath.c
··· 106 106 107 107 static struct kmem_cache *_mpio_cache; 108 108 109 - struct workqueue_struct *kmultipathd; 109 + static struct workqueue_struct *kmultipathd; 110 110 static void process_queued_ios(struct work_struct *work); 111 111 static void trigger_event(struct work_struct *work); 112 112