commit | 917ea9a3e1133841d1b1a496fa93036729cbf5c2 | [log] [tgz] |
---|---|---|
author | Geert Uytterhoeven <geert@linux-m68k.org> | Fri Aug 23 17:46:48 2013 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Aug 23 10:21:21 2013 -0700 |
tree | a76bc75262f622548e4f3d2fe0a1093e267a4fd6 | |
parent | 4e7fb829771de2cf8a5ba9576290d76936d3e814 [diff] |
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 <geert@linux-m68k.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>