On 11/14/19 3:34 PM, Christoph Hellwig wrote: > The only other caller of flush_disk instantly clears the flag, so don't > bother setting it there. > > Signed-off-by: Christoph Hellwig <hch@xxxxxx> > --- > fs/block_dev.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/fs/block_dev.c b/fs/block_dev.c > index ee63c2732fa2..f60739b5a24f 100644 > --- a/fs/block_dev.c > +++ b/fs/block_dev.c > @@ -1403,7 +1403,6 @@ static void flush_disk(struct block_device *bdev, bool kill_dirty) > "resized disk %s\n", > bdev->bd_disk ? bdev->bd_disk->disk_name : ""); > } > - bdev->bd_invalidated = 1; > } > > /** > @@ -1491,6 +1490,7 @@ int check_disk_change(struct block_device *bdev) > return 0; > > flush_disk(bdev, true); > + bdev->bd_invalidated = 1; > if (bdops->revalidate_disk) > bdops->revalidate_disk(bdev->bd_disk); > return 1; > Reviewed-by: Hannes Reinecke <hare@xxxxxxx> Cheers, Hannes -- Dr. Hannes Reinecke Teamlead Storage & Networking hare@xxxxxxx +49 911 74053 688 SUSE Software Solutions Germany GmbH, Maxfeldstr. 5, 90409 Nürnberg HRB 247165 (AG München), GF: Felix Imendörffer