Skip to content

Commit 474a280

Browse files
Christoph Hellwigaxboe
authored andcommitted
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: d625898 ("bfq-iosched: move bfq_stat_recursive_sum into the only caller") Signed-off-by: Christoph Hellwig <[email protected]> Signed-off-by: Jens Axboe <[email protected]>
1 parent 8d54094 commit 474a280

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kernel/cgroup/cgroup.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4221,6 +4221,7 @@ css_next_descendant_pre(struct cgroup_subsys_state *pos,
42214221

42224222
return NULL;
42234223
}
4224+
EXPORT_SYMBOL_GPL(css_next_descendant_pre);
42244225

42254226
/**
42264227
* css_rightmost_descendant - return the rightmost descendant of a css

0 commit comments

Comments
 (0)