]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
block: unexport bio_{set,check}_pages_dirty
authorChristoph Hellwig <hch@lst.de>
Fri, 15 May 2026 04:55:34 +0000 (06:55 +0200)
committerJens Axboe <axboe@kernel.dk>
Fri, 15 May 2026 14:46:45 +0000 (08:46 -0600)
Only used in built-in code.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Link: https://patch.msgid.link/20260515045547.3790129-6-hch@lst.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/bio.c

index 57d5a87b3e2f92075a9fe9a5fdeed068e5e9709c..2d880d1255fe9390c15a4b4f02dd640eaf225741 100644 (file)
@@ -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 @@ defer:
        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)
 {