[SCSI] Kill the SCSI softirq handling
This patch moves the SCSI softirq handling to the block layer version. There should be no functional changes. Signed-off-by: Jens Axboe <axboe@suse.de>
This commit is contained in:
parent
ff856bad67
commit
1aea6434ee
4 changed files with 45 additions and 102 deletions
|
@ -113,7 +113,6 @@ enum
|
|||
NET_TX_SOFTIRQ,
|
||||
NET_RX_SOFTIRQ,
|
||||
BLOCK_SOFTIRQ,
|
||||
SCSI_SOFTIRQ,
|
||||
TASKLET_SOFTIRQ
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue