Browse Source

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>
Peng Tao 11 years ago
parent
commit
76d791a075
1 changed files with 0 additions and 10 deletions
  1. 0 10
      drivers/staging/lustre/include/linux/libcfs/linux/kp30.h

+ 0 - 10
drivers/staging/lustre/include/linux/libcfs/linux/kp30.h

@@ -70,16 +70,6 @@
 
 
 #include <linux/libcfs/linux/portals_compat25.h>
 #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 */
 /* this is a bit chunky */
 
 
 # define LPU64 "%llu"
 # define LPU64 "%llu"