mbox series

[v2,0/2] blk-mq: Allow to complete requests directly

Message ID 20211018135559.244400-1-bigeasy@linutronix.de (mailing list archive)
Headers show
Series blk-mq: Allow to complete requests directly | expand

Message

Sebastian Andrzej Siewior Oct. 18, 2021, 1:55 p.m. UTC
v1…v2:
 - Drop the SCSI patch for now.
 - Make blk_mq_complete_request_direct() call the completion handler
   directly instead going through struct chain (Jens and hch might had
   the same in mind).

This series converts a part from the MMC layer which completes the
requests from kworker/ preemptible context. Its intention is to avoid
going through the softirq stack in preemptible context which would
involve the ksoftirqd in this case.

Sebastian