diff options
author | Jeremy Erickson <jerickso@cs.unc.edu> | 2014-04-18 17:06:00 -0400 |
---|---|---|
committer | Jeremy Erickson <jerickso@cs.unc.edu> | 2014-04-18 17:06:00 -0400 |
commit | a215aa7b9ab3759c047201199fba64d3042d7f13 (patch) | |
tree | bca37493d9b2233450e6d3ffced1261d0e4f71fe /drivers/block/xen-blkfront.c | |
parent | d31199a77ef606f1d06894385f1852181ba6136b (diff) |
Update 2.6.36 to 2.6.36.4wip-dissipation2-jerickso
Diffstat (limited to 'drivers/block/xen-blkfront.c')
-rw-r--r-- | drivers/block/xen-blkfront.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/block/xen-blkfront.c b/drivers/block/xen-blkfront.c index ab735a605cf3..d773397575db 100644 --- a/drivers/block/xen-blkfront.c +++ b/drivers/block/xen-blkfront.c | |||
@@ -71,7 +71,7 @@ struct blk_shadow { | |||
71 | 71 | ||
72 | static const struct block_device_operations xlvbd_block_fops; | 72 | static const struct block_device_operations xlvbd_block_fops; |
73 | 73 | ||
74 | #define BLK_RING_SIZE __RING_SIZE((struct blkif_sring *)0, PAGE_SIZE) | 74 | #define BLK_RING_SIZE __CONST_RING_SIZE(blkif, PAGE_SIZE) |
75 | 75 | ||
76 | /* | 76 | /* |
77 | * We have one of these per vbd, whether ide, scsi or 'other'. They | 77 | * We have one of these per vbd, whether ide, scsi or 'other'. They |