]> git.baikalelectronics.ru Git - kernel.git/commit
sd: Fix rw_max for devices that report an optimal xfer size
authorMartin K. Petersen <martin.petersen@oracle.com>
Fri, 13 May 2016 02:17:34 +0000 (22:17 -0400)
committerMartin K. Petersen <martin.petersen@oracle.com>
Thu, 2 Jun 2016 02:07:47 +0000 (22:07 -0400)
commit17205778663b8e6f3befe1724272ead296b85545
treec7f8c4c49a2a9d07bcf13d997cdb41ff187a7732
parentdb96cbb7dc890d298d2ec3a397b0130d5bbec5af
sd: Fix rw_max for devices that report an optimal xfer size

For historic reasons, io_opt is in bytes and max_sectors in block layer
sectors. This interface inconsistency is error prone and should be
fixed. But for 4.4--4.7 let's make the unit difference explicit via a
wrapper function.

Fixes: 7b5be24a9b40 ("sd: Optimal I/O size is in bytes, not sectors")
Cc: stable@vger.kernel.org # 4.4+
Reported-by: Fam Zheng <famz@redhat.com>
Reviewed-by: Bart Van Assche <bart.vanassche@sandisk.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Tested-by: Andrew Patterson <andrew.patterson@hpe.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/sd.c
drivers/scsi/sd.h