Commit 64c42998 authored by Jens Axboe's avatar Jens Axboe

block: ioc_cgroup_changed() needs to be exported

With the ioc changed, ioc_cgroup_changed() can be used by modular
code. So ensure that it is exported.
Reported-by: default avatarStephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent 27419322
...@@ -464,6 +464,7 @@ void ioc_cgroup_changed(struct io_context *ioc) ...@@ -464,6 +464,7 @@ void ioc_cgroup_changed(struct io_context *ioc)
ioc_set_changed(ioc, ICQ_CGROUP_CHANGED); ioc_set_changed(ioc, ICQ_CGROUP_CHANGED);
spin_unlock_irqrestore(&ioc->lock, flags); spin_unlock_irqrestore(&ioc->lock, flags);
} }
EXPORT_SYMBOL(ioc_cgroup_changed);
static int __init blk_ioc_init(void) static int __init blk_ioc_init(void)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment