xen-blkfront: rename indirect descriptor parameter
authorJan Beulich <JBeulich@suse.com>
Wed, 10 Feb 2016 11:21:15 +0000 (04:21 -0700)
committerJens Axboe <axboe@fb.com>
Thu, 3 Mar 2016 21:45:53 +0000 (14:45 -0700)
commit14e710fe7897e37762512d336ab081c57de579a4
tree2c72a26d2bfc78265706c2da05bd0b6a6aedb93e
parent008e56d200225321371748d95908e6222436f06d
xen-blkfront: rename indirect descriptor parameter

"max" is rather ambiguous and carries pretty little meaning, the more
that there are also "max_queues" and "max_ring_page_order". Make this
"max_indirect_segments" instead, and at once change the type from int
to uint (to match the respective variable's type).

Acked-by: Roger Pau Monné <roger.pau@citrix.com>
Signed-off-by: Jan Beulich <jbeulich@suse.com>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
drivers/block/xen-blkfront.c