From 80c25f27fbc50721400aeb06c6f4419d67c58062 Mon Sep 17 00:00:00 2001 From: bobijam Date: Thu, 12 Feb 2009 06:43:06 +0000 Subject: [PATCH] Branch b1_6 b=18015 sles9 doesn't define SLAB_DESTROY_BY_RCU. --- lustre/include/linux/lustre_compat25.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lustre/include/linux/lustre_compat25.h b/lustre/include/linux/lustre_compat25.h index 0980faa..c13041c 100644 --- a/lustre/include/linux/lustre_compat25.h +++ b/lustre/include/linux/lustre_compat25.h @@ -494,5 +494,9 @@ static inline long labs(long x) #define __fls fls #endif +#ifndef SLAB_DESTROY_BY_RCU +#define SLAB_DESTROY_BY_RCU 0 +#endif + #endif /* __KERNEL__ */ #endif /* _COMPAT25_H */ -- 1.8.3.1