Skip to content

Commit

Permalink
dm mpath: add missing static
Browse files Browse the repository at this point in the history
A static declaration missing.

Signed-off-by: Alasdair G Kergon <[email protected]>
  • Loading branch information
kergon committed Feb 8, 2008
1 parent 0149e57 commit 009cd09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/md/dm-mpath.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 009cd09

Please sign in to comment.