瀏覽代碼

[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>
Adrian Bunk 18 年之前
父節點
當前提交
c642f9e03b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/md/dm-snap.c

+ 1 - 1
drivers/md/dm-snap.c

@@ -39,7 +39,7 @@
  */
  */
 #define SNAPSHOT_PAGES 256
 #define SNAPSHOT_PAGES 256
 
 
-struct workqueue_struct *ksnapd;
+static struct workqueue_struct *ksnapd;
 static void flush_queued_bios(struct work_struct *work);
 static void flush_queued_bios(struct work_struct *work);
 
 
 struct pending_exception {
 struct pending_exception {