Commit 37f02e5f authored by Bart Van Assche's avatar Bart Van Assche Committed by Jens Axboe

block: Unexport blk_queue_end_tag()

This function is only used inside the block layer core. Hence
unexport it.
Signed-off-by: default avatarBart Van Assche <bart.vanassche@wdc.com>
Reviewed-by: default avatarHannes Reinecke <hare@suse.com>
Cc: Christoph Hellwig <hch@lst.de>
Cc: Johannes Thumshirn <jthumshirn@suse.de>
Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent 4d606219
...@@ -290,7 +290,6 @@ void blk_queue_end_tag(struct request_queue *q, struct request *rq) ...@@ -290,7 +290,6 @@ void blk_queue_end_tag(struct request_queue *q, struct request *rq)
*/ */
clear_bit_unlock(tag, bqt->tag_map); clear_bit_unlock(tag, bqt->tag_map);
} }
EXPORT_SYMBOL(blk_queue_end_tag);
/** /**
* blk_queue_start_tag - find a free tag and assign it * blk_queue_start_tag - find a free tag and assign it
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment