Skip to content

Commit

Permalink
block: unexport check_disk_size_change
Browse files Browse the repository at this point in the history
Only used in block_dev.c and the partitions code, and it should remain
that way..

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
  • Loading branch information
Christoph Hellwig authored and Jens Axboe committed May 29, 2018
1 parent 0b7576d commit 4163a03
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fs/block_dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -1342,7 +1342,6 @@ void check_disk_size_change(struct gendisk *disk, struct block_device *bdev)
flush_disk(bdev, false);
}
}
EXPORT_SYMBOL(check_disk_size_change);

/**
* revalidate_disk - wrapper for lower-level driver's revalidate_disk call-back
Expand Down

0 comments on commit 4163a03

Please sign in to comment.