diff options
author | Christoph Hellwig <hch@lst.de> | 2018-12-13 15:32:12 -0500 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2018-12-14 08:17:58 -0500 |
commit | a45eb575cdb44d8b493fead6352f17bcc36da66a (patch) | |
tree | b0c67c56a4dbb43a7be464cf552a530213b46df0 /block | |
parent | 0374e1132217711bc2e920cde877dd7fc3dbd2d9 (diff) |
block: remove the unused bio_set_pages_dirty and bio_check_pages_dirty exports
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'block')
-rw-r--r-- | block/bio.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/block/bio.c b/block/bio.c index e9c6f1d6fcbd..c288b9057042 100644 --- a/block/bio.c +++ b/block/bio.c | |||
@@ -1590,7 +1590,6 @@ void bio_set_pages_dirty(struct bio *bio) | |||
1590 | set_page_dirty_lock(bvec->bv_page); | 1590 | set_page_dirty_lock(bvec->bv_page); |
1591 | } | 1591 | } |
1592 | } | 1592 | } |
1593 | EXPORT_SYMBOL_GPL(bio_set_pages_dirty); | ||
1594 | 1593 | ||
1595 | static void bio_release_pages(struct bio *bio) | 1594 | static void bio_release_pages(struct bio *bio) |
1596 | { | 1595 | { |
@@ -1660,7 +1659,6 @@ defer: | |||
1660 | spin_unlock_irqrestore(&bio_dirty_lock, flags); | 1659 | spin_unlock_irqrestore(&bio_dirty_lock, flags); |
1661 | schedule_work(&bio_dirty_work); | 1660 | schedule_work(&bio_dirty_work); |
1662 | } | 1661 | } |
1663 | EXPORT_SYMBOL_GPL(bio_check_pages_dirty); | ||
1664 | 1662 | ||
1665 | void update_io_ticks(struct hd_struct *part, unsigned long now) | 1663 | void update_io_ticks(struct hd_struct *part, unsigned long now) |
1666 | { | 1664 | { |