From: Mikulas Patocka Remove a couple of unused #defines. Signed-off-by: Mikulas Patocka Signed-off-by: Alasdair G Kergon --- drivers/md/dm-snap.c | 10 ---------- drivers/md/dm-snap.c | 10 ---------- 1 file changed, 10 deletions(-) Index: linux-3.0/drivers/md/dm-snap.c =================================================================== --- linux-3.0.orig/drivers/md/dm-snap.c +++ linux-3.0/drivers/md/dm-snap.c @@ -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