nbd: don't clear discard_sectors in nbd_config_put
authorChristoph Hellwig <hch@lst.de>
Thu, 29 Feb 2024 14:38:44 +0000 (06:38 -0800)
committerJens Axboe <axboe@kernel.dk>
Fri, 1 Mar 2024 16:08:22 +0000 (09:08 -0700)
commit7ea201f2cc1da999b9a0a23ea20b64eb2c4719a9
tree6b2137c521cc4800578158d34cb040fda7cd7eb5
parenteabf5dfc2d6048d8415cd22d38d7d3e0bdb4dff9
nbd: don't clear discard_sectors in nbd_config_put

nbd_config_put currently clears discard_sectors when unusing a device.
This is pretty odd behavior and different from the sector size
configuration which is simply left in places and then reconfigured when
nbd_set_size is as part of configuring the device.  Change nbd_set_size
to clear discard_sectors if discard is not supported so that all the
queue limits changes are handled in one place.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Link: https://lore.kernel.org/r/20240229143846.1047223-2-hch@lst.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/block/nbd.c