diff options
author | Adrian Bunk <bunk@stusta.de> | 2006-12-08 02:41:13 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.osdl.org> | 2006-12-08 08:29:09 -0800 |
commit | c642f9e03b3ca04fc806ba5d8d34cc821382e525 (patch) | |
tree | 6161b0bbdae62c648b411c2ef01e8b539540d2cd /drivers/md/dm-snap.c | |
parent | 88b20a1a71d98d6e0b8373fa68fb784340b3ee51 (diff) | |
download | linux-3.10-c642f9e03b3ca04fc806ba5d8d34cc821382e525.tar.gz linux-3.10-c642f9e03b3ca04fc806ba5d8d34cc821382e525.tar.bz2 linux-3.10-c642f9e03b3ca04fc806ba5d8d34cc821382e525.zip |
[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>
Diffstat (limited to 'drivers/md/dm-snap.c')
-rw-r--r-- | drivers/md/dm-snap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/dm-snap.c b/drivers/md/dm-snap.c index 50e084df554..0821a2b68a7 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 { |