commit | d391a7a399e46315a8adc65eb8fb5d9123b91700 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Thu Jun 11 08:44:46 2020 +0200 |
committer | Jens Axboe <axboe@kernel.dk> | Wed Jun 24 09:15:57 2020 -0600 |
tree | 7e3b66e049dae3c92ad7875afac154285b0c4e1d | |
parent | d6cc464cc58424e137eca5e0a53226291044f5d2 [diff] |
blk-mq: merge the softirq vs non-softirq IPI logic Both the softirq path for single queue devices and the multi-queue completion handler share the same logic to figure out if we need an IPI for the completion and eventually issue it. Merge the two versions into a single unified code path. Reviewed-by: Daniel Wagner <dwagner@suse.de> Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>