diff mbox series

block: unexport bdev_read_page and bdev_write_page

Message ID 20200424105634.570597-1-hch@lst.de (mailing list archive)
State New, archived
Headers show
Series block: unexport bdev_read_page and bdev_write_page | expand

Commit Message

Christoph Hellwig April 24, 2020, 10:56 a.m. UTC
Each one just has two calles, both in always built-in code.

Signed-off-by: Christoph Hellwig <hch@lst.de>
---
 fs/block_dev.c | 2 --
 1 file changed, 2 deletions(-)

Comments

Jens Axboe April 24, 2020, 3:16 p.m. UTC | #1
On 4/24/20 4:56 AM, Christoph Hellwig wrote:
> Each one just has two calles, both in always built-in code.

Applied for 5.8, with typo fixed.
diff mbox series

Patch

diff --git a/fs/block_dev.c b/fs/block_dev.c
index 998820174d3ed..5eb30a474f6d1 100644
--- a/fs/block_dev.c
+++ b/fs/block_dev.c
@@ -714,7 +714,6 @@  int bdev_read_page(struct block_device *bdev, sector_t sector,
 	blk_queue_exit(bdev->bd_queue);
 	return result;
 }
-EXPORT_SYMBOL_GPL(bdev_read_page);
 
 /**
  * bdev_write_page() - Start writing a page to a block device
@@ -759,7 +758,6 @@  int bdev_write_page(struct block_device *bdev, sector_t sector,
 	blk_queue_exit(bdev->bd_queue);
 	return result;
 }
-EXPORT_SYMBOL_GPL(bdev_write_page);
 
 /*
  * pseudo-fs