Skip to content

Commit

Permalink
dm snapshot: remove unused definitions
Browse files Browse the repository at this point in the history
Remove a couple of unused #defines.

Signed-off-by: Mikulas Patocka <mpatocka@redhat.com>
Signed-off-by: Alasdair G Kergon <agk@redhat.com>
  • Loading branch information
Mikulas Patocka authored and Alasdair G Kergon committed Aug 2, 2011
1 parent 5bf45a3 commit aa3f079
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions drivers/md/dm-snap.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down

0 comments on commit aa3f079

Please sign in to comment.