]> Pileus Git - ~andy/linux/commitdiff
[PATCH] make drivers/md/dm-snap.c:ksnapd static
authorAdrian Bunk <bunk@stusta.de>
Fri, 8 Dec 2006 10:41:13 +0000 (02:41 -0800)
committerLinus Torvalds <torvalds@woody.osdl.org>
Fri, 8 Dec 2006 16:29:09 +0000 (08:29 -0800)
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Acked-by: Alasdair G Kergon <agk@redhat.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/md/dm-snap.c

index 50e084df554e9f211a58aadb9850a0a032797529..0821a2b68a73a98719cb931c82196a74bfe471d4 100644 (file)
@@ -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 {