From: Namhyung Kim Date: Wed, 29 Sep 2010 12:02:13 +0000 (+0900) Subject: slub: Fix signedness warnings X-Git-Tag: v2.6.37-rc1~141^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5dd5c117cbf620378d693963ffc42239297fac4;p=pandora-kernel.git slub: Fix signedness warnings The bit-ops routines require its arg to be a pointer to unsigned long. This leads sparse to complain about different signedness as follows: mm/slub.c:2425:49: warning: incorrect type in argument 2 (different signedness) mm/slub.c:2425:49: expected unsigned long volatile *addr mm/slub.c:2425:49: got long *map Acked-by: Christoph Lameter Acked-by: David Rientjes Signed-off-by: Namhyung Kim Signed-off-by: Pekka Enberg --- Reading git-diff-tree failed