On Tue, Mar 17, 2020 at 03:43:14PM +0100, Bartlomiej Zolnierkiewicz wrote:
Currently the maximum required size of the ata_scsi_rbuf[] is 576 bytes in ata_scsiop_inq_89() so modify ATA_SCSI_RBUF_SIZE define accordingly.
Looks good, Reviewed-by: Christoph Hellwig <hch@xxxxxx> Btw, I wonder if we should switch this to a dynamic allocation, as a lot of people are more concerned about kernel size footprint vs dynamic allocations.