Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
xenomai
ipipe
Commits
009cd090
Commit
009cd090
authored
Feb 08, 2008
by
Alasdair G Kergon
Browse files
dm mpath: add missing static
A static declaration missing. Signed-off-by:
Alasdair G Kergon
<
agk@redhat.com
>
parent
0149e57f
Changes
1
Hide whitespace changes
Inline
Side-by-side
drivers/md/dm-mpath.c
View file @
009cd090
...
...
@@ -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
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment