nvme: use set_capacity_and_notify in nvme_set_queue_dying
authorChristoph Hellwig <hch@lst.de>
Mon, 16 Nov 2020 14:57:05 +0000 (15:57 +0100)
committerJens Axboe <axboe@kernel.dk>
Mon, 16 Nov 2020 15:34:14 +0000 (08:34 -0700)
commitd17e66aadbe50b7207187d6b2293fc2ddaab2c99
tree8f5477afb59652fa67976fa403617d7522488b38
parent657985f857c0027db6f17fa4af7e8818038e0b15
nvme: use set_capacity_and_notify in nvme_set_queue_dying

Use the block layer helper to update both the disk and block device
sizes.  Contrary to the name no notification is sent in this case,
as a size 0 is special cased.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Hannes Reinecke <hare@suse.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/nvme/host/core.c