Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c642f9e0 authored by Adrian Bunk's avatar Adrian Bunk Committed by Linus Torvalds
Browse files

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

parent 88b20a1a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 {