]> Git Repo - linux.git/commit
xen-blkfront: rename indirect descriptor parameter
authorJan Beulich <[email protected]>
Wed, 10 Feb 2016 11:21:15 +0000 (04:21 -0700)
committerJens Axboe <[email protected]>
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Ă© <[email protected]>
Signed-off-by: Jan Beulich <[email protected]>
Signed-off-by: Konrad Rzeszutek Wilk <[email protected]>
drivers/block/xen-blkfront.c
This page took 0.051025 seconds and 4 git commands to generate.