block: fix bad lockdep annotation in blk-iolatency
authorJens Axboe <axboe@kernel.dk>
Thu, 10 Aug 2023 23:24:53 +0000 (17:24 -0600)
committerJens Axboe <axboe@kernel.dk>
Thu, 10 Aug 2023 23:24:53 +0000 (17:24 -0600)
commit18267a0365d6ec8bbe85ba8cbea5af12d9e59610
tree8038746976ceb5294280c40d8c28d9bd98e5a3bb
parentd21fed50c523d87af6456697ad09378060c4f09a
block: fix bad lockdep annotation in blk-iolatency

A previous commit added a lockdep annotation, but botched it. Use the
right type.

Fixes: 4eb44d10766a ("block: remove init_mutex and open-code blk_iolatency_try_init")
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-iolatency.c