From: Mikulas Patocka Date: Mon, 1 Aug 2011 00:51:02 +0000 (+1000) Subject: Remove a couple of unused #defines. X-Git-Tag: next-20110801~25^2~30 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=e2eefbda555c564133005219e5fbcd2247ae7567;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. */