From: Adrian Bunk Date: Fri, 8 Dec 2006 10:41:13 +0000 (-0800) Subject: [PATCH] make drivers/md/dm-snap.c:ksnapd static X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=c642f9e03b3ca04fc806ba5d8d34cc821382e525;p=linux-beck.git [PATCH] make drivers/md/dm-snap.c:ksnapd static Signed-off-by: Adrian Bunk Acked-by: Alasdair G Kergon Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/drivers/md/dm-snap.c b/drivers/md/dm-snap.c index 50e084df554e..0821a2b68a73 100644 --- a/drivers/md/dm-snap.c +++ b/drivers/md/dm-snap.c @@ -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 {