1. NAME

__blk_queue_free_tags - release tag maintenance info

2. SYNOPSIS

void __blk_queue_free_tags(struct request_queue *  q );

3. ARGUMENTS

q
    the request queue for the device

4. NOTES

blk_cleanup_queue will take care of calling this function, if tagging has been used. So thereAqs no need to call this directly.

5. COPYRIGHT