diff options
author | Bart Van Assche <bart.vanassche@wdc.com> | 2017-08-17 16:23:01 -0700 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2017-08-18 08:36:58 -0600 |
commit | 37f02e5fb3c9d3c8bb109fc44903243e0f16ecd0 (patch) | |
tree | 43827d06634a4458f295071faf7c66ddd754ac3a /block/blk-tag.c | |
parent | 4d6062193b4ca53bb45a318a1ec7680fd91b72ad (diff) |
block: Unexport blk_queue_end_tag()
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>
Diffstat (limited to 'block/blk-tag.c')
-rw-r--r-- | block/blk-tag.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/block/blk-tag.c b/block/blk-tag.c index 2290f65b9d73..e1a9c15eb1b8 100644 --- 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 |