Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit b6ac23af authored by Divyesh Shah's avatar Divyesh Shah Committed by Jens Axboe
Browse files

blkio: fix for modular blk-cgroup build



After merging the block tree, 20100414's linux-next build (x86_64
allmodconfig) failed like this:

ERROR: "get_gendisk" [block/blk-cgroup.ko] undefined!
ERROR: "sched_clock" [block/blk-cgroup.ko] undefined!

This happens because the two symbols aren't exported and hence not available
when blk-cgroup code is built as a module. I've tried to stay consistent with
the use of EXPORT_SYMBOL or EXPORT_SYMBOL_GPL with the other symbols in the
respective files.

Signed-off-by: default avatarDivyesh Shah <dpshah@google.com>
Acked-by: default avatarGui Jianfeng <guijianfeng@cn.fujitsu.cn>
Signed-off-by: default avatarJens Axboe <jens.axboe@oracle.com>
parent c0d97e9c
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment