While reviewing Christoph's bio cleanup series, I noticed blkcg_bio_issue_check() is way too big for an inline function. When I moved it into block/blk-cgroup.c I noticed two other functions which only have one or no callers at all, so I cleaned them up as well. Johannes Thumshirn (3): block: remove blk_queue_root_blkg block: move blkcg_bio_issue_check out of line block: open-code blkg_path in it's sole caller block/bfq-cgroup.c | 3 +- block/blk-cgroup.c | 56 +++++++++++++++++++++++++ include/linux/blk-cgroup.h | 85 +------------------------------------- 3 files changed, 59 insertions(+), 85 deletions(-) -- 2.24.1