提交 474a2800 编写于 作者: C Christoph Hellwig 提交者: Jens Axboe

cgroup: export css_next_descendant_pre for bfq

The bfq schedule now uses css_next_descendant_pre directly after
the stats functionality depending on it has been from the core
blk-cgroup code to bfq.  Export the symbol so that bfq can still
be build modular.

Fixes: d6258980 ("bfq-iosched: move bfq_stat_recursive_sum into the only caller")
Signed-off-by: NChristoph Hellwig <hch@lst.de>
Signed-off-by: NJens Axboe <axboe@kernel.dk>
上级 8d54094e
...@@ -4221,6 +4221,7 @@ css_next_descendant_pre(struct cgroup_subsys_state *pos, ...@@ -4221,6 +4221,7 @@ css_next_descendant_pre(struct cgroup_subsys_state *pos,
return NULL; return NULL;
} }
EXPORT_SYMBOL_GPL(css_next_descendant_pre);
/** /**
* css_rightmost_descendant - return the rightmost descendant of a css * css_rightmost_descendant - return the rightmost descendant of a css
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册