]> git.baikalelectronics.ru Git - kernel.git/commit
block: cleanup variable naming in get_max_io_size
authorChristoph Hellwig <hch@lst.de>
Tue, 14 Jun 2022 09:09:32 +0000 (11:09 +0200)
committerJens Axboe <axboe@kernel.dk>
Mon, 27 Jun 2022 12:29:11 +0000 (06:29 -0600)
commit166b36a7d55f26888b1fc59207daa936ad82adbe
tree81bf038ddcbe4528d98245760210f330518b6ab3
parentd81203ad182f764a0a8e389783d65be556dfbbaf
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>
Link: https://lore.kernel.org/r/20220614090934.570632-5-hch@lst.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-merge.c