commit | f9d5f4579feafa721dba2f350fc064a1852c6f8c | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Mon Sep 28 12:11:42 2020 +0200 |
committer | Christoph Hellwig <hch@lst.de> | Wed Oct 07 07:56:18 2020 +0200 |
tree | 0ba5a6ebdd7676008f8bebe6d2430cca9581769c | |
parent | d4609ea8b3d3fb3423f35805843a82774cb4ef2f [diff] |
nvme: freeze the queue over ->lba_shift updates Ensure that there can't be any I/O in flight went we change the disk geometry in nvme_update_ns_info, most notable the LBA size by lifting the queue free from nvme_update_disk_info into the caller Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Keith Busch <kbusch@kernel.org> Reviewed-by: Damien Le Moal <damien.lemoal@wdc.com>