]> git.baikalelectronics.ru Git - kernel.git/commit
null_blk: cleanup zoned mode initialization
authorDamien Le Moal <damien.lemoal@wdc.com>
Fri, 29 Jan 2021 14:47:25 +0000 (23:47 +0900)
committerJens Axboe <axboe@kernel.dk>
Fri, 29 Jan 2021 14:49:22 +0000 (07:49 -0700)
commit28ab6db15414d61758e1e73435c208aaebb1af76
tree36bd10ac8a71306ee6a766b454b91c80290b44e8
parent295d480ad8b6c08adf7e58a574d312b2aa51878e
null_blk: cleanup zoned mode initialization

To avoid potential compilation problems, replaced the badly written
MB_TO_SECTS() macro (missing parenthesis around the argument use) with
the inline function mb_to_sects(). And while at it, simplify the
calculation of the total number of zones of the device using the
round_up() macro.

Signed-off-by: Damien Le Moal <damien.lemoal@wdc.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/block/null_blk/zoned.c