From: Christoph Hellwig Date: Thu, 13 Dec 2018 20:32:12 +0000 (+0100) Subject: block: remove the unused bio_set_pages_dirty and bio_check_pages_dirty exports X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;h=a45eb575cdb44d8b493fead6352f17bcc36da66a;p=linux block: remove the unused bio_set_pages_dirty and bio_check_pages_dirty exports Signed-off-by: Christoph Hellwig Signed-off-by: Jens Axboe --- 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) set_page_dirty_lock(bvec->bv_page); } } -EXPORT_SYMBOL_GPL(bio_set_pages_dirty); static void bio_release_pages(struct bio *bio) { @@ -1660,7 +1659,6 @@ defer: spin_unlock_irqrestore(&bio_dirty_lock, flags); schedule_work(&bio_dirty_work); } -EXPORT_SYMBOL_GPL(bio_check_pages_dirty); void update_io_ticks(struct hd_struct *part, unsigned long now) {