Inherit underlying queue limits for stacked drivers
void blk_queue_stack_limits(struct request_queue * t, struct request_queue * b);
t
the stacking driver (top)
b
the underlying device (bottom)