block: fix bdev_disk_changed for non-partitioned devices
authorChristoph Hellwig <hch@lst.de>
Thu, 14 Nov 2019 14:34:35 +0000 (15:34 +0100)
committerJens Axboe <axboe@kernel.dk>
Thu, 14 Nov 2019 14:43:53 +0000 (07:43 -0700)
commit142fe8f4bb169e8632024d51c64653a8bf140561
tree8869801776302654d3442fd763bcde51afc74a32
parenta1548b674403c0de70cc29a1575689917ba60157
block: fix bdev_disk_changed for non-partitioned devices

We still have to set the capacity to 0 if invalidating or call
revalidate_disk if not even if the disk has no partitions.  Fix
that by merging rescan_partitions into bdev_disk_changed and just
stubbing out blk_add_partitions and blk_drop_partitions for
non-partitioned devices.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Jan Kara <jack@suse.cz>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/ioctl.c
block/partition-generic.c
fs/block_dev.c
include/linux/genhd.h