Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

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>

authored by

Adrian Bunk and committed by
Linus Torvalds
c642f9e0 88b20a1a

+1 -1
+1 -1
drivers/md/dm-snap.c
··· 39 39 */ 40 40 #define SNAPSHOT_PAGES 256 41 41 42 - struct workqueue_struct *ksnapd; 42 + static struct workqueue_struct *ksnapd; 43 43 static void flush_queued_bios(struct work_struct *work); 44 44 45 45 struct pending_exception {