On Thu, Jun 11, 2020 at 08:44:44AM +0200, Christoph Hellwig wrote: > Even for single queue devices there is no point in offloading a polled > completion to the softirq, given that blk_mq_force_complete_rq is called > from the polling thread in that case and thus there are no starvation > issues. > > Signed-off-by: Christoph Hellwig <hch@xxxxxx> Reviewed-by: Daniel Wagner <dwagner@xxxxxxx>