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:
24ecfbe
)
block: kill blk_flush_plug_list() export
author
Jens Axboe
<jaxboe@fusionio.com>
Mon, 18 Apr 2011 20:06:57 +0000
(22:06 +0200)
committer
Jens Axboe
<jaxboe@fusionio.com>
Mon, 18 Apr 2011 20:06:57 +0000
(22:06 +0200)
With all drivers and file systems converted, we only have
in-core use of this function. So remove the export.
Reporteed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
block/blk-core.c
patch
|
blob
|
history
diff --git
a/block/blk-core.c
b/block/blk-core.c
index 5fa3dd2705c61f88fd2315974d8081881f0f860e..580eee5743e5a1d23feb83f15e6ffd904a84698c 100644
(file)
--- a/
block/blk-core.c
+++ b/
block/blk-core.c
@@
-2787,7
+2787,6
@@
void blk_flush_plug_list(struct blk_plug *plug, bool from_schedule)
local_irq_restore(flags);
}
-EXPORT_SYMBOL(blk_flush_plug_list);
void blk_finish_plug(struct blk_plug *plug)
{