On Tue, Sep 27, 2022 at 09:58:15AM +0200, Christoph Hellwig wrote: > Replace blk_queue_nowait with a bdev_nowait helpers that takes the > block_device given that the I/O submission path should not have to > look into the request_queue. > > Signed-off-by: Christoph Hellwig <hch@xxxxxx> > --- > block/blk-core.c | 2 +- > drivers/md/dm-table.c | 4 +--- > drivers/md/md.c | 4 ++-- > include/linux/blkdev.h | 6 +++++- > io_uring/io_uring.c | 2 +- > 5 files changed, 10 insertions(+), 8 deletions(-) > Looks good, Reviewed-by: Pankaj Raghav <p.raghav@xxxxxxxxxxx>