projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d60621
)
block: Unexport blk_queue_end_tag()
author
Bart Van Assche
<bart.vanassche@wdc.com>
Thu, 17 Aug 2017 23:23:01 +0000
(16:23 -0700)
committer
Jens Axboe
<axboe@kernel.dk>
Fri, 18 Aug 2017 14:36:58 +0000
(08:36 -0600)
This function is only used inside the block layer core. Hence
unexport it.
Signed-off-by: Bart Van Assche <bart.vanassche@wdc.com>
Reviewed-by: Hannes Reinecke <hare@suse.com>
Cc: Christoph Hellwig <hch@lst.de>
Cc: Johannes Thumshirn <jthumshirn@suse.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-tag.c
patch
|
blob
|
blame
|
history
diff --git
a/block/blk-tag.c
b/block/blk-tag.c
index 2290f65b9d736527c875a5169aff0b0db316b355..e1a9c15eb1b8953881077c0e31477872523dfc4d 100644
(file)
--- a/
block/blk-tag.c
+++ b/
block/blk-tag.c
@@
-290,7
+290,6
@@
void blk_queue_end_tag(struct request_queue *q, struct request *rq)
*/
clear_bit_unlock(tag, bqt->tag_map);
}
-EXPORT_SYMBOL(blk_queue_end_tag);
/**
* blk_queue_start_tag - find a free tag and assign it