From: Geert Uytterhoeven Date: Fri, 23 Aug 2013 15:46:48 +0000 (+0200) Subject: staging: lustre: Use proper constant types for L*_POISON values X-Git-Tag: v3.12-rc1~183^2~112 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=917ea9a3e1133841d1b1a496fa93036729cbf5c2;p=pandora-kernel.git staging: lustre: Use proper constant types for L*_POISON values On 32-bit m68k, I get lots of warnings like: warning: integer constant is too large for ‘long’ type Switch the L*_POISON definitions from too-large constants and casts to the proper constant types to fix this. Signed-off-by: Geert Uytterhoeven Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed