__blk_queue_free_tags(9) release tag maintenance info

SYNOPSIS

void __blk_queue_free_tags(struct request_queue * q);

ARGUMENTS

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.

COPYRIGHT