Skip to content

Commit

Permalink
block: remove the unused bio_set_pages_dirty and bio_check_pages_dirt…
Browse files Browse the repository at this point in the history
…y exports

Signed-off-by: Christoph Hellwig <[email protected]>
Signed-off-by: Jens Axboe <[email protected]>
  • Loading branch information
Christoph Hellwig authored and axboe committed Dec 14, 2018
1 parent 0374e11 commit a45eb57
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions block/bio.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down Expand Up @@ -1660,7 +1659,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);

void update_io_ticks(struct hd_struct *part, unsigned long now)
{
Expand Down

0 comments on commit a45eb57

Please sign in to comment.