diff options
author | Julien Grall <julien.grall@linaro.org> | 2015-06-17 10:28:06 -0400 |
---|---|---|
committer | David Vrabel <david.vrabel@citrix.com> | 2015-06-17 11:35:18 -0400 |
commit | db26a68695ad22bed6ca0f9c14572afb807858a8 (patch) | |
tree | a73d1dc964e12455b03239154f74ff6d6beee157 /drivers/block | |
parent | 90d73c4f43630ca45398cee7f32f0fe51271b2ce (diff) |
block/xen-blkfront: Remove unused macro MAXIMUM_OUTSTANDING_BLOCK_REQS
Signed-off-by: Julien Grall <julien.grall@citrix.com>
Acked-by: Roger Pau Monné <roger.pau@citrix.com>
Cc: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Cc: Boris Ostrovsky <boris.ostrovsky@oracle.com>
Cc: David Vrabel <david.vrabel@citrix.com>
Signed-off-by: David Vrabel <david.vrabel@citrix.com>
Diffstat (limited to 'drivers/block')
-rw-r--r-- | drivers/block/xen-blkfront.c | 2 |
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; | |||
139 | static unsigned long *minors; | 139 | static unsigned long *minors; |
140 | static DEFINE_SPINLOCK(minor_lock); | 140 | static DEFINE_SPINLOCK(minor_lock); |
141 | 141 | ||
142 | #define MAXIMUM_OUTSTANDING_BLOCK_REQS \ | ||
143 | (BLKIF_MAX_SEGMENTS_PER_REQUEST * BLK_RING_SIZE) | ||
144 | #define GRANT_INVALID_REF 0 | 142 | #define GRANT_INVALID_REF 0 |
145 | 143 | ||
146 | #define PARTS_PER_DISK 16 | 144 | #define PARTS_PER_DISK 16 |