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. Changes to v1: - Re-based onto for-5.8/block with Christoph's patches - Removed white-space to not hurt Christoph's feelings - Added Reviewed-bys 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 | 57 +++++++++++++++++++++++++ include/linux/blk-cgroup.h | 87 +------------------------------------- 3 files changed, 60 insertions(+), 87 deletions(-) -- 2.24.1