Name

__blk_queue_free_tags — release tag maintenance info

Synopsis

void __blk_queue_free_tags (struct request_queue * q);
 

Arguments

struct request_queue * q

the request queue for the device

Notes

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