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 v2: - Re-based - Removed patch concerning blkcg_bio_issue_check, Christoph has a better one 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 (2): block: remove blk_queue_root_blkg block: open-code blkg_path in it's sole caller block/bfq-cgroup.c | 3 ++- include/linux/blk-cgroup.h | 27 --------------------------- 2 files changed, 2 insertions(+), 28 deletions(-) -- 2.26.2