1. NAME

blk_queue_stack_limits - inherit underlying queue limits for stacked drivers

2. SYNOPSIS

void blk_queue_stack_limits(struct request_queue *  t , struct request_queue *  b );

3. ARGUMENTS

t
    the stacking driver (top)

b
    the underlying device (bottom)

4. COPYRIGHT