Message ID | 20170817232311.25948-3-bart.vanassche@wdc.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On 08/18/2017 01:23 AM, Bart Van Assche wrote: > This function is only used inside the block layer core. Hence > unexport it. > > Signed-off-by: Bart Van Assche <bart.vanassche@wdc.com> > Cc: Christoph Hellwig <hch@lst.de> > Cc: Hannes Reinecke <hare@suse.de> > Cc: Johannes Thumshirn <jthumshirn@suse.de> > --- > block/blk-tag.c | 1 - > 1 file changed, 1 deletion(-) > > 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 > Reviewed-by: Hannes Reinecke <hare@suse.com> Cheers, Hannes
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
This function is only used inside the block layer core. Hence unexport it. Signed-off-by: Bart Van Assche <bart.vanassche@wdc.com> Cc: Christoph Hellwig <hch@lst.de> Cc: Hannes Reinecke <hare@suse.de> Cc: Johannes Thumshirn <jthumshirn@suse.de> --- block/blk-tag.c | 1 - 1 file changed, 1 deletion(-)