Skip to content

Commit

Permalink
[PATCH] make drivers/md/dm-snap.c:ksnapd static
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Adrian Bunk authored and Linus Torvalds committed Dec 8, 2006
1 parent 88b20a1 commit c642f9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/md/dm-snap.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit c642f9e

Please sign in to comment.