]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
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 5649f34adb40d6be2bb6858091963c97de7c6eef..8d339349289182e84523117802893c4cc848b7d4 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