]> Git Repo - linux.git/commitdiff
block: unexport revalidate_disk_size
authorChristoph Hellwig <[email protected]>
Mon, 16 Nov 2020 14:57:14 +0000 (15:57 +0100)
committerJens Axboe <[email protected]>
Mon, 16 Nov 2020 15:34:15 +0000 (08:34 -0700)
revalidate_disk_size is now only called from set_capacity_and_notify,
so drop the export.

Signed-off-by: Christoph Hellwig <[email protected]>
Signed-off-by: Jens Axboe <[email protected]>
fs/block_dev.c

index 66ebf594c97f4765ef07c3f0b865c7aac451222e..d8664f5c1ff669bf274109434ef5e809f066f8ea 100644 (file)
@@ -1362,7 +1362,6 @@ void revalidate_disk_size(struct gendisk *disk, bool verbose)
                bdput(bdev);
        }
 }
-EXPORT_SYMBOL(revalidate_disk_size);
 
 void bd_set_nr_sectors(struct block_device *bdev, sector_t sectors)
 {
This page took 0.055024 seconds and 4 git commands to generate.