[dm-devel] [PATCH] dm-snap: remove unused definitions

Mikulas Patocka mpatocka at redhat.com
Wed Jun 8 21:56:27 UTC 2011


dm-snap: remove unused definitions

Signed-off-by: Mikulas Patocka <mpatocka at redhat.com>

---
 drivers/md/dm-snap.c |   10 ----------
 1 file changed, 10 deletions(-)

Index: linux-2.6.39-fast/drivers/md/dm-snap.c
===================================================================
--- linux-2.6.39-fast.orig/drivers/md/dm-snap.c	2011-06-08 15:39:23.000000000 +0200
+++ linux-2.6.39-fast/drivers/md/dm-snap.c	2011-06-08 15:39:39.000000000 +0200
@@ -30,16 +30,6 @@ static const char dm_snapshot_merge_targ
 	((ti)->type->name == dm_snapshot_merge_target_name)
 
 /*
- * The percentage increment we will wake up users at
- */
-#define WAKE_UP_PERCENT 5
-
-/*
- * kcopyd priority of snapshot operations
- */
-#define SNAPSHOT_COPY_PRIORITY 2
-
-/*
  * The size of the mempool used to track chunks in use.
  */
 #define MIN_IOS 256




More information about the dm-devel mailing list