From: Vivek Goyal Date: Fri, 1 Oct 2010 12:49:41 +0000 (+0200) Subject: blkio: Do not export throttle files if CONFIG_BLK_DEV_THROTTLING=n X-Git-Tag: v2.6.37-rc1~168^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=13f98250f587b7defa39ed738dfa74b600e46e7b;p=pandora-kernel.git blkio: Do not export throttle files if CONFIG_BLK_DEV_THROTTLING=n Currently throttling related files were visible even if user had disabled throttling using config options. It was switching off background throttling of bio but not the cgroup files. This patch fixes it. Signed-off-by: Vivek Goyal Signed-off-by: Jens Axboe --- Reading git-diff-tree failed