Skip to content

Commit

Permalink
block: export blk_stack_limits()
Browse files Browse the repository at this point in the history
DM needs to use blk_stack_limits(), so it needs to be exported.

Acked-by: Martin K. Petersen <martin.petersen@oracle.com>

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
  • Loading branch information
Mike Snitzer authored and Jens Axboe committed May 28, 2009
1 parent 3c4198e commit 5d85d32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions block/blk-settings.c
Original file line number Diff line number Diff line change
Expand Up @@ -500,6 +500,7 @@ int blk_stack_limits(struct queue_limits *t, struct queue_limits *b,

return 0;
}
EXPORT_SYMBOL(blk_stack_limits);

/**
* disk_stack_limits - adjust queue limits for stacked drivers
Expand Down

0 comments on commit 5d85d32

Please sign in to comment.