projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
637b60a
)
block: remove the unused bio_iov_iter_get_pages export
author
Christoph Hellwig
<hch@lst.de>
Thu, 13 Dec 2018 20:32:11 +0000
(21:32 +0100)
committer
Jens Axboe
<axboe@kernel.dk>
Fri, 14 Dec 2018 13:17:57 +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
|
history
diff --git
a/block/bio.c
b/block/bio.c
index fa1ea2ac66a870627d8d37e9ea845b69e0628eec..e9c6f1d6fcbdbdf72a4e7a5a43dbf014be993eaf 100644
(file)
--- a/
block/bio.c
+++ b/
block/bio.c
@@
-901,7
+901,6
@@
int bio_iov_iter_get_pages(struct bio *bio, struct iov_iter *iter)
return 0;
}
-EXPORT_SYMBOL_GPL(bio_iov_iter_get_pages);
static void submit_bio_wait_endio(struct bio *bio)
{