Skip to content

Commit

Permalink
block: ioc_cgroup_changed() needs to be exported
Browse files Browse the repository at this point in the history
With the ioc changed, ioc_cgroup_changed() can be used by modular
code. So ensure that it is exported.

Reported-by: Stephen Rothwell <[email protected]>
Signed-off-by: Jens Axboe <[email protected]>
  • Loading branch information
axboe committed Dec 19, 2011
1 parent 2741932 commit 64c4299
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions block/blk-ioc.c
Original file line number Diff line number Diff line change
Expand Up @@ -464,6 +464,7 @@ void ioc_cgroup_changed(struct io_context *ioc)
ioc_set_changed(ioc, ICQ_CGROUP_CHANGED);
spin_unlock_irqrestore(&ioc->lock, flags);
}
EXPORT_SYMBOL(ioc_cgroup_changed);

static int __init blk_ioc_init(void)
{
Expand Down

0 comments on commit 64c4299

Please sign in to comment.