commit | d6cc464cc58424e137eca5e0a53226291044f5d2 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Thu Jun 11 08:44:45 2020 +0200 |
committer | Jens Axboe <axboe@kernel.dk> | Wed Jun 24 09:15:57 2020 -0600 |
tree | bd3ac889a723a79fa33b682fff8ce9ef9de5810f | |
parent | 6aab1da603e731383b342dbe612f92cd222fe56b [diff] |
blk-mq: short cut the IPI path in blk_mq_force_complete_rq for !SMP Let the compile optimize out the entire IPI path, given that we are obviously not going to use it. Reviewed-by: Daniel Wagner <dwagner@suse.de> Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>