commit | dea6f3993812c82b4dd5f61acd41c55a311a445f | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Thu Jun 11 08:44:43 2020 +0200 |
committer | Jens Axboe <axboe@kernel.dk> | Wed Jun 24 09:15:57 2020 -0600 |
tree | d9c56f610fa3d1e51d966969b89eb842291e55e4 | |
parent | 115243f5534c7b3980cc946e00f79740fdc0e068 [diff] |
blk-mq: remove raise_blk_irq By open coding raise_blk_irq in the only caller, and replacing the ifdef CONFIG_SMP with an IS_ENABLED check the flow in the caller can be significantly simplified. Reviewed-by: Daniel Wagner <dwagner@suse.de> Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>