提交 009cd090 编写于 作者: A Alasdair G Kergon

dm mpath: add missing static

A static declaration missing.
Signed-off-by: NAlasdair G Kergon <agk@redhat.com>
上级 0149e57f
...@@ -106,7 +106,7 @@ typedef int (*action_fn) (struct pgpath *pgpath); ...@@ -106,7 +106,7 @@ typedef int (*action_fn) (struct pgpath *pgpath);
static struct kmem_cache *_mpio_cache; 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 process_queued_ios(struct work_struct *work);
static void trigger_event(struct work_struct *work); static void trigger_event(struct work_struct *work);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册