]> www.infradead.org Git - users/jedix/linux-maple.git/commit
xen-blkfront: rename indirect descriptor parameter
authorJan Beulich <JBeulich@suse.com>
Wed, 10 Feb 2016 11:21:15 +0000 (04:21 -0700)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Wed, 11 May 2016 18:34:15 +0000 (14:34 -0400)
commit2c6f0a4974347e81e45bdab42de052454e4bb4fb
tree27408908f26ed57deb7b5f0fe503c3a0fb1d6c1b
parent3e181b88c2663d3fee9c9ce23f7917daff56d6c4
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>
(cherry picked from commit 14e710fe7897e37762512d336ab081c57de579a4)
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
OraBug: 23268939
drivers/block/xen-blkfront.c