commit | cee160fd34b459ace029653436319557a643795a | [log] [tgz] |
---|---|---|
author | Jeff Lien <jeff.lien@wdc.com> | Tue Dec 19 13:24:15 2017 -0600 |
committer | Christoph Hellwig <hch@lst.de> | Fri Dec 29 10:31:05 2017 +0100 |
tree | 74fb334a13d4464cdb40a31f181220183b316bfd | |
parent | 955b1b5a00ba694159a7d3763412597f707c294d [diff] |
nvme: fix sector units when going between formats If you format a device with a 4k sector size back to 512 bytes, the queue limit values for physical block size and minimum IO size were not getting updated; only the logical block size was being updated. This patch adds code to update the physical block and IO minimum sizes. Signed-off-by: Jeff Lien <jeff.lien@wdc.com> Reviewed-by: Martin K. Petersen <martin.petersen@oracle.com> Signed-off-by: Christoph Hellwig <hch@lst.de>