mirror of
https://github.com/torvalds/linux.git
synced 2026-07-27 17:47:41 +02:00
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>
This commit is contained in:
parent
82aaa55a31
commit
be34ec59ef
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user