dect
/
linux-2.6
Archived
13
0
Fork 0

[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>
This commit is contained in:
Adrian Bunk 2006-12-08 02:41:13 -08:00 committed by Linus Torvalds
parent 88b20a1a71
commit c642f9e03b
1 changed files with 1 additions and 1 deletions

View 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 {