null_blk: fix inline misuse
authorJens Axboe <axboe@kernel.dk>
Fri, 23 Aug 2019 18:49:00 +0000 (12:49 -0600)
committerJens Axboe <axboe@kernel.dk>
Fri, 23 Aug 2019 18:49:00 +0000 (12:49 -0600)
commit38b4e09fbccab6457536563823222921c49601bb
tree7954134949c71a95b905a4a620873919e71731a0
parenta3d7d67403fcff366dafe8a7c04b15deec3d9022
null_blk: fix inline misuse

You can't magically mark a function inline and expect that to work.

Fixes: fceb5d1b19cb ("null_blk: create a helper for zoned devices")
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/block/null_blk.h
drivers/block/null_blk_zoned.c