+113
−1
block/cfq.h
deleted100644 → 0
+0
−118
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
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:
Tejun Heo <tj@kernel.org>