Re: [RFC PATCH 3/3] scsi, usb: storage: Complete the blk-request directly.
From: Bart Van Assche <bvanassche@acm.org>
Date: 2021-10-16 21:21:46
Also in:
linux-mmc, linux-scsi, linux-usb
From: Bart Van Assche <bvanassche@acm.org>
Date: 2021-10-16 21:21:46
Also in:
linux-mmc, linux-scsi, linux-usb
On 10/15/21 08:14, Sebastian Andrzej Siewior wrote:
+static inline void scsi_done(struct scsi_cmnd *scmd)
+{
+ scmd->scsi_done(scmd);
+}How about leaving out this function definition and open-coding it into its callers? Additionally, please rebase this patch series on top of "[PATCH v3 00/88] Call scsi_done() directly" (https://lore.kernel.org/linux-scsi/20211007202923.2174984-1-bvanassche@acm.org/ (local) or https://github.com/bvanassche/linux/tree/scsi-remove-done-callback). Otherwise Linus will have to resolve a very complicated merge conflict. Thank you, Bart.