* [2.6 patch] make drivers/md/dm-snap.c:ksnapd static
@ 2006-11-17 1:19 Adrian Bunk
0 siblings, 0 replies; only message in thread
From: Adrian Bunk @ 2006-11-17 1:19 UTC (permalink / raw)
To: dm-devel; +Cc: linux-kernel
This patch makes the needlessly global "ksnapd" static.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
--- linux-2.6.19-rc5-mm2/drivers/md/dm-snap.c.old 2006-11-16 23:22:56.000000000 +0100
+++ linux-2.6.19-rc5-mm2/drivers/md/dm-snap.c 2006-11-16 23:23:06.000000000 +0100
@@ -39,7 +39,7 @@
*/
#define SNAPSHOT_PAGES 256
-struct workqueue_struct *ksnapd;
+static struct workqueue_struct *ksnapd;
static void flush_queued_bios(void *data);
struct pending_exception {
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-11-17 1:20 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-11-17 1:19 [2.6 patch] make drivers/md/dm-snap.c:ksnapd static Adrian Bunk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome