From: bobijam Date: Thu, 12 Feb 2009 06:43:06 +0000 (+0000) Subject: Branch b1_6 X-Git-Tag: GIT_EPOCH_B1_6~2^5~188 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=80c25f27fbc50721400aeb06c6f4419d67c58062;p=fs%2Flustre-release.git Branch b1_6 b=18015 sles9 doesn't define SLAB_DESTROY_BY_RCU. --- 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 */