]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
nvme: Fix setting logical block format when revalidating
authorKeith Busch <keith.busch@intel.com>
Fri, 27 Oct 2017 19:51:22 +0000 (13:51 -0600)
committerJens Axboe <axboe@kernel.dk>
Mon, 30 Oct 2017 14:22:41 +0000 (08:22 -0600)
commit5e0fab57fb3e0e553758067a15eefdc796ef0a76
tree55903d1c6f06321ee7bd3bfc5cf3ffc063c136cd
parentefea2abcb03215f2efadfe994ff7f652aaff196b
nvme: Fix setting logical block format when revalidating

Revalidating the disk needs to set the logical block format and capacity,
otherwise it can't figure out if the users modified anything about
the namespace.

Fixes: cdbff4f26bd9 ("nvme: remove nvme_revalidate_ns")
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Sagi Grimberg <sagi@grimberg.me>
Signed-off-by: Keith Busch <keith.busch@intel.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/nvme/host/core.c