Query: blk_cleanup_queue
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
BLK_CLEANUP_QUEUE(9) Block Devices BLK_CLEANUP_QUEUE(9)NAMEblk_cleanup_queue - shutdown a request queueSYNOPSISvoid blk_cleanup_queue(struct request_queue * q);ARGUMENTSq request queue to shutdownDESCRIPTIONMark q DYING, drain all pending requests, mark q DEAD, destroy and put it. All future requests will be failed immediately with -ENODEV.COPYRIGHTKernel Hackers Manual 3.10 June 2014 BLK_CLEANUP_QUEUE(9)