staging: lustre: Use proper constant types for L*_POISON values
authorGeert Uytterhoeven <geert@linux-m68k.org>
Fri, 23 Aug 2013 15:46:48 +0000 (17:46 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 23 Aug 2013 17:21:21 +0000 (10:21 -0700)
commit917ea9a3e1133841d1b1a496fa93036729cbf5c2
treea76bc75262f622548e4f3d2fe0a1093e267a4fd6
parent4e7fb829771de2cf8a5ba9576290d76936d3e814
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>
drivers/staging/lustre/include/linux/libcfs/linux/kp30.h
drivers/staging/lustre/lustre/include/linux/lustre_lib.h