diff options
author | Alasdair G Kergon <agk@redhat.com> | 2008-02-07 21:10:35 -0500 |
---|---|---|
committer | Alasdair G Kergon <agk@redhat.com> | 2008-02-07 21:10:35 -0500 |
commit | 009cd09042fbd095e708b412ad7870fb421fa2f0 (patch) | |
tree | 7b3a431d8201305142de75e4353a572b3e0a8c79 | |
parent | 0149e57fedcaca8905b6cca091fcb0915ff3e27d (diff) |
dm mpath: add missing static
A static declaration missing.
Signed-off-by: Alasdair G Kergon <agk@redhat.com>
-rw-r--r-- | drivers/md/dm-mpath.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/dm-mpath.c b/drivers/md/dm-mpath.c index 24b2b1e32fae..e7ee59e655d5 100644 --- a/drivers/md/dm-mpath.c +++ b/drivers/md/dm-mpath.c | |||
@@ -106,7 +106,7 @@ typedef int (*action_fn) (struct pgpath *pgpath); | |||
106 | 106 | ||
107 | static struct kmem_cache *_mpio_cache; | 107 | static struct kmem_cache *_mpio_cache; |
108 | 108 | ||
109 | struct workqueue_struct *kmultipathd; | 109 | static struct workqueue_struct *kmultipathd; |
110 | static void process_queued_ios(struct work_struct *work); | 110 | static void process_queued_ios(struct work_struct *work); |
111 | static void trigger_event(struct work_struct *work); | 111 | static void trigger_event(struct work_struct *work); |
112 | 112 | ||