diff options
author | Mikulas Patocka <mpatocka@redhat.com> | 2011-08-02 12:32:03 +0100 |
---|---|---|
committer | Alasdair G Kergon <agk@redhat.com> | 2011-08-02 12:32:03 +0100 |
commit | aa3f0794d279cd154ac100f92ff3904ea1f56de2 (patch) | |
tree | a18baeb6727d8be3089dc9aea74239462d2ce82c | |
parent | 5bf45a3dcdba9ff43959f7b5b44523fab254c19c (diff) | |
download | linux-3.10-aa3f0794d279cd154ac100f92ff3904ea1f56de2.tar.gz linux-3.10-aa3f0794d279cd154ac100f92ff3904ea1f56de2.tar.bz2 linux-3.10-aa3f0794d279cd154ac100f92ff3904ea1f56de2.zip |
dm snapshot: remove unused definitions
Remove a couple of unused #defines.
Signed-off-by: Mikulas Patocka <mpatocka@redhat.com>
Signed-off-by: Alasdair G Kergon <agk@redhat.com>
-rw-r--r-- | drivers/md/dm-snap.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/md/dm-snap.c b/drivers/md/dm-snap.c index 9ecff5f3023..9d6daa0eaff 100644 --- a/drivers/md/dm-snap.c +++ b/drivers/md/dm-snap.c @@ -30,16 +30,6 @@ static const char dm_snapshot_merge_target_name[] = "snapshot-merge"; ((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 |