block: export blk_stack_limits()
authorMike Snitzer <snitzer@redhat.com>
Thu, 28 May 2009 09:04:53 +0000 (11:04 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Thu, 28 May 2009 09:04:53 +0000 (11:04 +0200)
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>
block/blk-settings.c

index 5649f34..8d33934 100644 (file)
@@ -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