Scroll to navigation

BLK_QUEUE_STACK_LIMI(9) Block Devices BLK_QUEUE_STACK_LIMI(9)

NAME

blk_queue_stack_limits - inherit underlying queue limits for stacked drivers

SYNOPSIS

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

ARGUMENTS

struct request_queue * t

the stacking driver (top)

struct request_queue * b

the underlying device (bottom)

COPYRIGHT

June 2017 Kernel Hackers Manual 4.11