1BLK_CLEANUP_QUEUE(9)             Block Devices            BLK_CLEANUP_QUEUE(9)
2
3
4

NAME

6       blk_cleanup_queue - shutdown a request queue
7

SYNOPSIS

9       void blk_cleanup_queue(struct request_queue * q);
10

ARGUMENTS

12       q
13           request queue to shutdown
14

DESCRIPTION

16       Mark q DYING, drain all pending requests, mark q DEAD, destroy and put
17       it. All future requests will be failed immediately with -ENODEV.
18
20Kernel Hackers Manual 3.10         June 2019              BLK_CLEANUP_QUEUE(9)
Impressum