From: Tejun Heo Date: Sun, 1 Apr 2012 21:38:43 +0000 (-0700) Subject: cfq: collapse cfq.h into cfq-iosched.c X-Git-Tag: v3.5-rc1~42^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ce4d50f9cfab40831eee5e51e950d5c4724994b;p=pandora-kernel.git cfq: collapse cfq.h into cfq-iosched.c 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 --- Reading git-diff-tree failed