Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 76d791a0 authored by Peng Tao's avatar Peng Tao Committed by Greg Kroah-Hartman
Browse files

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: default avatarPeng Tao <bergwolf@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 8cc7b4b9
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
@@ -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"