aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Grall <[email protected]>2015-06-17 15:28:06 +0100
committerDavid Vrabel <[email protected]>2015-06-17 16:35:18 +0100
commitdb26a68695ad22bed6ca0f9c14572afb807858a8 (patch)
treea73d1dc964e12455b03239154f74ff6d6beee157
parent90d73c4f43630ca45398cee7f32f0fe51271b2ce (diff)
block/xen-blkfront: Remove unused macro MAXIMUM_OUTSTANDING_BLOCK_REQS
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]>
-rw-r--r--drivers/block/xen-blkfront.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/block/xen-blkfront.c b/drivers/block/xen-blkfront.c
index 2c61cf8c6f61..5c72c2501627 100644
--- a/drivers/block/xen-blkfront.c
+++ b/drivers/block/xen-blkfront.c
@@ -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