mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 22:51:42 +00:00
dm mpath: add missing static
A static declaration missing. Signed-off-by: Alasdair G Kergon <agk@redhat.com>
This commit is contained in:
parent
0149e57fed
commit
009cd09042
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user