block/xen-blkfront: Remove unused macro MAXIMUM_OUTSTANDING_BLOCK_REQS
authorJulien Grall <[email protected]>
Wed, 17 Jun 2015 14:28:06 +0000 (15:28 +0100)
committerDavid Vrabel <[email protected]>
Wed, 17 Jun 2015 15:35:18 +0000 (16:35 +0100)
Signed-off-by: Julien Grall <[email protected]>
Acked-by: Roger Pau MonnĂ© <[email protected]>
Cc: Konrad Rzeszutek Wilk <[email protected]>
Cc: Boris Ostrovsky <[email protected]>
Cc: David Vrabel <[email protected]>
Signed-off-by: David Vrabel <[email protected]>
drivers/block/xen-blkfront.c

index 2c61cf8c6f61d1086ea60155e3b1c12b9bb706bf..5c72c250162774c39d5b7fabf494a12cbd45b5cd 100644 (file)
@@ -139,8 +139,6 @@ static unsigned int nr_minors;
 static unsigned long *minors;
 static DEFINE_SPINLOCK(minor_lock);
 
-#define MAXIMUM_OUTSTANDING_BLOCK_REQS \
-       (BLKIF_MAX_SEGMENTS_PER_REQUEST * BLK_RING_SIZE)
 #define GRANT_INVALID_REF      0
 
 #define PARTS_PER_DISK         16