Commit c642f9e0 authored by Adrian Bunk's avatar Adrian Bunk Committed by Linus Torvalds

[PATCH] make drivers/md/dm-snap.c:ksnapd static

Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
Acked-by: default avatarAlasdair G Kergon <agk@redhat.com>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 88b20a1a
......@@ -39,7 +39,7 @@
*/
#define SNAPSHOT_PAGES 256
struct workqueue_struct *ksnapd;
static struct workqueue_struct *ksnapd;
static void flush_queued_bios(struct work_struct *work);
struct pending_exception {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment