summaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/include
diff options
context:
space:
mode:
authorPeng Tao <bergwolf@gmail.com>2013-11-21 22:28:31 +0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-11-25 12:35:04 -0800
commit76d791a07580d5ce07a2229e83e8f9bee924f4dd (patch)
tree74a0ec2885129b864d33bb36163c9714df6db8c3 /drivers/staging/lustre/include
parent8cc7b4b9f1ccf33e3174314c4095e019eafeb31a (diff)
downloadlinux-76d791a07580d5ce07a2229e83e8f9bee924f4dd.tar.bz2
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>
Diffstat (limited to 'drivers/staging/lustre/include')
-rw-r--r--drivers/staging/lustre/include/linux/libcfs/linux/kp30.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/staging/lustre/include/linux/libcfs/linux/kp30.h b/drivers/staging/lustre/include/linux/libcfs/linux/kp30.h
index 8cab09c1f41d..5cc7ba000485 100644
--- a/drivers/staging/lustre/include/linux/libcfs/linux/kp30.h
+++ b/drivers/staging/lustre/include/linux/libcfs/linux/kp30.h
@@ -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"