__blk_queue_free_tags

Langue: en

Autres versions - même langue

Version: June 2009 (debian - 07/07/09)

Section: 9 (Appels noyau Linux)

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.