staging/lustre/libcfs: remove LI_POISON
The extactly same definition exitst in lustre_lib.h. Cc: Andreas Dilger <andreas.dilger@intel.com> Signed-off-by: Peng Tao <bergwolf@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
8cc7b4b9f1
commit
76d791a075
|
@ -70,16 +70,6 @@
|
|||
|
||||
#include <linux/libcfs/linux/portals_compat25.h>
|
||||
|
||||
/* ------------------------------------------------------------------ */
|
||||
|
||||
# define LI_POISON 0x5a5a5a5a
|
||||
#if BITS_PER_LONG > 32
|
||||
# define LL_POISON 0x5a5a5a5a5a5a5a5aL
|
||||
#else
|
||||
# define LL_POISON 0x5a5a5a5aL
|
||||
#endif
|
||||
# define LP_POISON ((void *)LL_POISON)
|
||||
|
||||
/* this is a bit chunky */
|
||||
|
||||
# define LPU64 "%llu"
|
||||
|
|
Loading…
Reference in New Issue