From: Vivek Goyal Date: Wed, 15 Sep 2010 21:06:33 +0000 (-0400) Subject: blk-cgroup: Prepare the base for supporting more than one IO control policies X-Git-Tag: v2.6.37-rc1~168^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=062a644d6121d5e2f51c0b2ca0cbc5155ebf845b;p=pandora-kernel.git blk-cgroup: Prepare the base for supporting more than one IO control policies o This patch prepares the base for introducing new IO control policies. Currently all the code is written knowing there is only one policy and that is proportional bandwidth. Creating infrastructure for newer policies to come in. o Also there were many functions which were generated using macro. It was very confusing. Got rid of those. Signed-off-by: Vivek Goyal Signed-off-by: Jens Axboe --- Reading git-diff-tree failed