projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
90d73c4
)
block/xen-blkfront: Remove unused macro MAXIMUM_OUTSTANDING_BLOCK_REQS
author
Julien Grall
<
[email protected]
>
Wed, 17 Jun 2015 14:28:06 +0000
(15:28 +0100)
committer
David 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
patch
|
blob
|
history
diff --git
a/drivers/block/xen-blkfront.c
b/drivers/block/xen-blkfront.c
index 2c61cf8c6f61d1086ea60155e3b1c12b9bb706bf..5c72c250162774c39d5b7fabf494a12cbd45b5cd 100644
(file)
--- 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