projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c4198e
)
block: export blk_stack_limits()
author
Mike Snitzer
<snitzer@redhat.com>
Thu, 28 May 2009 09:04:53 +0000
(11:04 +0200)
committer
Jens 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
patch
|
blob
|
blame
|
history
diff --git
a/block/blk-settings.c
b/block/blk-settings.c
index 5649f34adb40d6be2bb6858091963c97de7c6eef..8d339349289182e84523117802893c4cc848b7d4 100644
(file)
--- a/
block/blk-settings.c
+++ b/
block/blk-settings.c
@@
-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