From: Randy Dunlap Date: Fri, 23 May 2008 16:44:11 +0000 (-0700) Subject: block: make /proc/diskstats only build if CONFIG_PROC_FS is enabled X-Git-Tag: v2.6.27-rc1~866^2~43 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6e2ba88774bc5870ab3d9664cb86d70415f7402;p=pandora-kernel.git block: make /proc/diskstats only build if CONFIG_PROC_FS is enabled These functions are only needed if CONFIG_PROC_FS is enabled, so save the space when it is not. This also makes it easier for a patch later in this series to work properly if CONFIG_PROC_FS is not enabled. Signed-off-by: Randy Dunlap Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed