scsi: core: Rename scsi_mq_done() into scsi_done() and export it
[ Upstream commit a710eacb ] Since the removal of the legacy block layer there is only one completion function left in the SCSI core, namely scsi_mq_done(). Rename it into scsi_done(). Export that function to allow SCSI LLDs to call it directly. Link: https://lore.kernel.org/r/20211007202923.2174984-3-bvanassche@acm.org Reviewed-by:Benjamin Block <bblock@linux.ibm.com> Reviewed-by:
Bean Huo <beanhuo@micron.com> Signed-off-by:
Bart Van Assche <bvanassche@acm.org> Signed-off-by:
Martin K. Petersen <martin.petersen@oracle.com> Stable-dep-of: e193b795 ("RDMA/srp: Do not call scsi_done() from srp_abort()") Signed-off-by:
Sasha Levin <sashal@kernel.org>
Loading
Please register or sign in to comment