commit | aad4b4d15f30de087c5972cfb767fadb5dbc3c52 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Sat Jun 20 09:13:02 2020 +0200 |
committer | Martin K. Petersen <martin.petersen@oracle.com> | Tue Jun 23 23:52:18 2020 -0400 |
tree | 4da3252b3dd5e83de7505b186884832df97f6725 | |
parent | 632f24f09d5b7c8a2f94932c3391ca957ae76cc4 [diff] |
scsi: libata: Fix the ata_scsi_dma_need_drain stub We not only need the stub when libata is disabled, but also if it is modular and there are built-in SAS drivers (which can happen when SCSI_SAS_ATA is disabled). Link: https://lore.kernel.org/r/20200620071302.462974-2-hch@lst.de Fixes: b8f1d1e05817 ("scsi: Wire up ata_scsi_dma_need_drain for SAS HBA drivers") Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>