]> www.infradead.org Git - users/hch/block.git/commit
block: cleanup variable naming in get_max_io_size
authorChristoph Hellwig <hch@lst.de>
Tue, 14 Jun 2022 08:08:34 +0000 (10:08 +0200)
committerChristoph Hellwig <hch@lst.de>
Tue, 14 Jun 2022 08:08:34 +0000 (10:08 +0200)
commit65f4c038eb66cc70404051b24e24fdb2e9593cc3
tree0f623b675d2ef0b3eaf175d5d2cb1037f347d563
parentdeba72acc33ce695dc87e363d5295d554d1bee30
block: cleanup variable naming in get_max_io_size

get_max_io_size has a very odd choice of variables names and
initialization patterns.  Switch to more descriptive names and more
clear initialization of them.

Signed-off-by: Christoph Hellwig <hch@lst.de>
block/blk-merge.c