1. NAME

__blk_free_tags - release a given set of tag maintenance info

2. SYNOPSIS

int __blk_free_tags(struct blk_queue_tag *  bqt );

3. ARGUMENTS

bqt
    the tag map to free

4. DESCRIPTION

Tries to free the specified bqt. Returns true if it was actually freed and false if there are still references using it

5. COPYRIGHT