From: Christoph Lameter Date: Fri, 8 Feb 2008 01:47:41 +0000 (-0800) Subject: SLUB: Deal with annoying gcc warning on kfree() X-Git-Tag: v2.6.25-rc1~284^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5bb983b0cce9b7b281af15730f7019116dd42568;p=pandora-kernel.git SLUB: Deal with annoying gcc warning on kfree() gcc 4.2 spits out an annoying warning if one casts a const void * pointer to a void * pointer. No warning is generated if the conversion is done through an assignment. Signed-off-by: Christoph Lameter --- Reading git-diff-tree failed