scsi: sd: Call sd_revalidate_disk() for ioctl(BLKRRPART)
authorChristoph Hellwig <hch@lst.de>
Thu, 17 Jun 2021 11:55:04 +0000 (13:55 +0200)
committerSasha Levin <sashal@kernel.org>
Wed, 30 Jun 2021 12:47:24 +0000 (08:47 -0400)
commitace31c91fd59a56a04c1cd56ba2852c66fe10cb5
treeed3b5f35819afe608a2503ae507597e44bba93a7
parentb9e6c20d4c9d337742d5944aec6cee1e2c277d8c
scsi: sd: Call sd_revalidate_disk() for ioctl(BLKRRPART)

[ Upstream commit d1b7f92035c6fb42529ada531e2cbf3534544c82 ]

While the disk state has nothing to do with partitions, BLKRRPART is used
to force a full revalidate after things like a disk format for historical
reasons. Restore that behavior.

Link: https://lore.kernel.org/r/20210617115504.1732350-1-hch@lst.de
Fixes: 471bd0af544b ("sd: use bdev_check_media_change")
Reported-by: Xiang Chen <chenxiang66@hisilicon.com>
Tested-by: Xiang Chen <chenxiang66@hisilicon.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/scsi/sd.c