1BLK_QUEUE_STACK_LIMI(9) Block Devices BLK_QUEUE_STACK_LIMI(9)
23
4
NAME
6blk_queue_stack_limits - inherit underlying queue limits for stacked
7drivers
8
SYNOPSIS
10void blk_queue_stack_limits(struct request_queue * t,
11struct request_queue * b);
12
ARGUMENTS
14t
15the stacking driver (top)
1617
b
18the underlying device (bottom)
19
COPYRIGHT
21Kernel Hackers Manual 2.6. June 2019 BLK_QUEUE_STACK_LIMI(9)