[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[dm-devel] [PATCH] dm-snap: remove unused definitions
- From: Mikulas Patocka <mpatocka redhat com>
- To: "Alasdair G. Kergon" <agk redhat com>, dm-devel redhat com
- Subject: [dm-devel] [PATCH] dm-snap: remove unused definitions
- Date: Wed, 8 Jun 2011 17:56:27 -0400 (EDT)
dm-snap: remove unused definitions
Signed-off-by: Mikulas Patocka <mpatocka 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
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]