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

This is used to disable tagged queuing to a device, yet leave queue in function.

5. COPYRIGHT