1. NAME

blk_free_tags - release a given set of tag maintenance info

2. SYNOPSIS

void blk_free_tags(struct blk_queue_tag *  bqt );

3. ARGUMENTS

bqt
    the tag map to free

4. DESCRIPTION

For externally managed bqt frees the map. Callers of this function must guarantee to have released all the queues that might have been using this tag map.

5. COPYRIGHT