block: initialize ret in bdev_disk_changed
authorChristoph Hellwig <hch@lst.de>
Thu, 8 Apr 2021 19:41:40 +0000 (21:41 +0200)
committerJens Axboe <axboe@kernel.dk>
Mon, 12 Apr 2021 12:44:24 +0000 (06:44 -0600)
commitd173b65aa75fe8d97bccf429c001633910d20bfb
tree09a5105ae736dab0b18e84af8ca860c7ef05c2dc
parent40c7fd3fdfba97a18724a0b96d132335fd419e98
block: initialize ret in bdev_disk_changed

Avoid a potentially initialized variabe in the invalidate case.

Fixes: d3c4a43d9291 ("block: refactor blk_drop_partitions")
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com>
Reviewed-by: Keith Busch <kbusch@kernel.org>
Link: https://lore.kernel.org/r/20210408194140.1816537-1-hch@lst.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/block_dev.c