On Thu, Jun 11, 2020 at 08:44:50AM +0200, Christoph Hellwig wrote: > This is a variant of blk_mq_complete_request_remote that only completes > the request if it needs to be bounced to another CPU or a softirq. If > the request can be completed locally the function returns false and lets > the driver complete it without requring and indirect function call. s/requring/requiring/ > Suggestions for a better name welcome. > > Signed-off-by: Christoph Hellwig <hch@xxxxxx> Reviewed-by: Daniel Wagner <dwagner@xxxxxxx>