X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=drivers%2Fmd%2Fdm-snap.c;h=f30f6e8d594e1cc90b52d6d73a4b110367ae2d6f;hb=e9dd2b6837e26fe202708cce5ea4bb4ee3e3482e;hp=5974d3094d979297cde5267b0cbaa6abbd0481cd;hpb=ee005577aa3b89f5291fe73be2054d375d23f5eb;p=karo-tx-linux.git diff --git a/drivers/md/dm-snap.c b/drivers/md/dm-snap.c index 5974d3094d97..f30f6e8d594e 100644 --- a/drivers/md/dm-snap.c +++ b/drivers/md/dm-snap.c @@ -706,8 +706,6 @@ static int dm_add_exception(void *context, chunk_t old, chunk_t new) return 0; } -#define min_not_zero(l, r) (((l) == 0) ? (r) : (((r) == 0) ? (l) : min(l, r))) - /* * Return a minimum chunk size of all snapshots that have the specified origin. * Return zero if the origin has no snapshots.