Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
null_blk: use async queue restart helper
If null_blk is run in NULL_IRQ_TIMER mode and with queue_mode NULL_Q_RQ, we need to restart the queue from the hrtimer interrupt. We can't directly invoke the request_fn from that context, so punt the queue run to async kblockd context. Tested-by: Rabin Vincent <[email protected]> Signed-off-by: Jens Axboe <[email protected]>
- Loading branch information