mirror of
https://github.com/torvalds/linux.git
synced 2024-12-03 17:41:22 +00:00
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>
This commit is contained in:
parent
5bf45a3dcd
commit
aa3f0794d2
@ -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.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user