]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/md/dm-snap.c
Merge branch 'for-2.6.37/core' of git://git.kernel.dk/linux-2.6-block
[karo-tx-linux.git] / drivers / md / dm-snap.c
index 5974d3094d979297cde5267b0cbaa6abbd0481cd..f30f6e8d594e1cc90b52d6d73a4b110367ae2d6f 100644 (file)
@@ -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.