projects
/
linux-2.6-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0374e11
)
block: remove the unused bio_set_pages_dirty and bio_check_pages_dirty exports
author
Christoph Hellwig
<hch@lst.de>
Thu, 13 Dec 2018 20:32:12 +0000
(21:32 +0100)
committer
Jens Axboe
<axboe@kernel.dk>
Fri, 14 Dec 2018 13:17:58 +0000
(06:17 -0700)
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/bio.c
patch
|
blob
|
blame
|
history
diff --git
a/block/bio.c
b/block/bio.c
index e9c6f1d6fcbdbdf72a4e7a5a43dbf014be993eaf..c288b90570423682f32053bff15d8a29621a71cb 100644
(file)
--- a/
block/bio.c
+++ b/
block/bio.c
@@
-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)
{
@@
-1660,7
+1659,6
@@
defer:
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)
{