From: Peng Tao Date: Thu, 21 Nov 2013 14:28:31 +0000 (+0800) Subject: staging/lustre/libcfs: remove LI_POISON X-Git-Tag: v3.14-rc1~13^2~738 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=76d791a07580d5ce07a2229e83e8f9bee924f4dd;p=platform%2Fkernel%2Flinux-exynos.git staging/lustre/libcfs: remove LI_POISON The extactly same definition exitst in lustre_lib.h. Cc: Andreas Dilger Signed-off-by: Peng Tao Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/lustre/include/linux/libcfs/linux/kp30.h b/drivers/staging/lustre/include/linux/libcfs/linux/kp30.h index 8cab09c..5cc7ba0 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 -/* ------------------------------------------------------------------ */ - -# 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"