[SCSI] qla1280: eliminate wasted space in request and response ring
authorJohannes Dickgreber <tanzy@gmx.de>
Wed, 19 Sep 2007 23:07:50 +0000 (01:07 +0200)
committerJames Bottomley <jejb@mulgrave.localdomain>
Tue, 23 Oct 2007 16:35:35 +0000 (12:35 -0400)
i think there is wasted space in allocated pages for request and
response rings.  The allocations are made with REQUEST_ENTRY_CNT + 1
and RESPONSE_ENTRY_CNT + 1, but they are set with 256 and 16.

So we got more pages, which we dont use very much so eliminate them.

Signed-off-by: Johannes Dickgreber <tanzy@gmx.de>
Acked-by: Jes Sorensen <jes@sgi.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>

No differences found