Skip to content

Commit

Permalink
cgroup: export css_next_descendant_pre for bfq
Browse files Browse the repository at this point in the history
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: d625898 ("bfq-iosched: move bfq_stat_recursive_sum into the only caller")
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
  • Loading branch information
Christoph Hellwig authored and Jens Axboe committed Jun 21, 2019
1 parent 8d54094 commit 474a280
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kernel/cgroup/cgroup.c
Original file line number Diff line number Diff line change
Expand Up @@ -4221,6 +4221,7 @@ css_next_descendant_pre(struct cgroup_subsys_state *pos,

return NULL;
}
EXPORT_SYMBOL_GPL(css_next_descendant_pre);

/**
* css_rightmost_descendant - return the rightmost descendant of a css
Expand Down

0 comments on commit 474a280

Please sign in to comment.