blk_queue_stack_limits — inherit underlying queue limits for stacked drivers
void blk_queue_stack_limits (request_queue_t * t, request_queue_t * b);
void blk_queue_stack_limits (
)
t
the stacking driver (top)
b
the underlying device (bottom)