Skip to content
  • Tejun Heo's avatar
    cfq: collapse cfq.h into cfq-iosched.c · 2ce4d50f
    Tejun Heo authored
    
    
    block/cfq.h contains some functions which interact with blkcg;
    however, this is only part of it and cfq-iosched.c already has quite
    some #ifdef CONFIG_CFQ_GROUP_IOSCHED.  With conf/stat handling being
    moved to specific policies, having these relay functions isolated in
    cfq.h doesn't make much sense.  Collapse cfq.h into cfq-iosched.c for
    now.  Let's split blkcg support properly later if necessary.
    
    Signed-off-by: default avatarTejun Heo <tj@kernel.org>
    2ce4d50f