From: Mikulas Patocka Date: Mon, 25 Jul 2011 00:49:53 +0000 (+1000) Subject: Remove a couple of unused #defines. X-Git-Tag: next-20110726~30^2~27 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=dc3efa43db7e62945f30d00f292dc4d3edbeb6b8;p=karo-tx-linux.git Remove a couple of unused #defines. Signed-off-by: Mikulas Patocka Signed-off-by: Alasdair G Kergon --- diff --git a/drivers/md/dm-snap.c b/drivers/md/dm-snap.c index 9ecff5f3023a..9d6daa0eaff6 100644 --- a/drivers/md/dm-snap.c +++ b/drivers/md/dm-snap.c @@ -29,16 +29,6 @@ static const char dm_snapshot_merge_target_name[] = "snapshot-merge"; #define dm_target_is_snapshot_merge(ti) \ ((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. */