projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
038bd4c
)
block: Export blk_poll
author
Sagi Grimberg
<sagi@grimberg.me>
Tue, 21 Jun 2016 16:04:19 +0000
(18:04 +0200)
committer
Jens Axboe
<axboe@fb.com>
Tue, 5 Jul 2016 17:30:31 +0000
(11:30 -0600)
The new NVMe over fabrics target will make use of this outside from a
module.
Signed-off-by: Sagi Grimberg <sagi@grimberg.me>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Steve Wise <swise@opengridcomputing.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
block/blk-core.c
patch
|
blob
|
history
diff --git
a/block/blk-core.c
b/block/blk-core.c
index db31a2981223220451c5b786b8183e32a550aae9..dd325638e1028d150ef17b9ddd8e4cc826d25d85 100644
(file)
--- a/
block/blk-core.c
+++ b/
block/blk-core.c
@@
-3385,6
+3385,7
@@
bool blk_poll(struct request_queue *q, blk_qc_t cookie)
return false;
}
+EXPORT_SYMBOL_GPL(blk_poll);
#ifdef CONFIG_PM
/**