From be34ec59ef061a1cc435a3e066ad71ca675c7fcd Mon Sep 17 00:00:00 2001 From: Christoph Hellwig Date: Fri, 15 May 2026 06:55:34 +0200 Subject: [PATCH] block: unexport bio_{set,check}_pages_dirty Only used in built-in code. Signed-off-by: Christoph Hellwig Link: https://patch.msgid.link/20260515045547.3790129-6-hch@lst.de Signed-off-by: Jens Axboe --- block/bio.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/block/bio.c b/block/bio.c index 57d5a87b3e2f..2d880d1255fe 100644 --- a/block/bio.c +++ b/block/bio.c @@ -1650,7 +1650,6 @@ void bio_set_pages_dirty(struct bio *bio) folio_unlock(fi.folio); } } -EXPORT_SYMBOL_GPL(bio_set_pages_dirty); /* * bio_check_pages_dirty() will check that all the BIO's pages are still dirty. @@ -1709,7 +1708,6 @@ void bio_check_pages_dirty(struct bio *bio) spin_unlock_irqrestore(&bio_dirty_lock, flags); schedule_work(&bio_dirty_work); } -EXPORT_SYMBOL_GPL(bio_check_pages_dirty); static inline bool bio_remaining_done(struct bio *bio) {