summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2026-05-15 07:55:34 +0300
committerJens Axboe <axboe@kernel.dk>2026-05-15 17:46:45 +0300
commitbe34ec59ef061a1cc435a3e066ad71ca675c7fcd (patch)
treee5c4ebe4ca0ade07b42bc1b21bc081c05327774d
parent82aaa55a3162acaad10baced6f87126a4454a0d7 (diff)
downloadlinux-be34ec59ef061a1cc435a3e066ad71ca675c7fcd.tar.xz
block: unexport bio_{set,check}_pages_dirty
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>
-rw-r--r--block/bio.c2
1 files changed, 0 insertions, 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 @@ 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)
{