__BLK_QUEUE_FREE_TAG

Section: Block Devices (9)
Updated: February 2011
Index Return to Main Contents
 

NAME

__blk_queue_free_tags - 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