From: Arjan van de Ven Date: Fri, 6 Jan 2006 08:46:02 +0000 (+0100) Subject: [BLOCK] mark some block/ variables cons X-Git-Tag: v2.6.16-rc1~936^2^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=64100099ed22f71cce656c5c2caecf5c9cf255dc;p=pandora-kernel.git [BLOCK] mark some block/ variables cons the patch below marks various read-only variables in block/* as const, so that gcc can optimize the use of them; eg gcc will replace the use by the value directly now and will even remove the memory usage of these. Signed-off-by: Arjan van de Ven Signed-off-by: Jens Axboe --- Reading git-diff-tree failed