From: bobijam Date: Thu, 12 Feb 2009 06:41:10 +0000 (+0000) Subject: Branch b18 X-Git-Tag: v1_8_0_110~260 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=882bed171a93d717e22158ba5f4500abf4eea9d7;p=fs%2Flustre-release.git Branch b18 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 b8bb904..89ab6a4 100644 --- a/lustre/include/linux/lustre_compat25.h +++ b/lustre/include/linux/lustre_compat25.h @@ -555,5 +555,9 @@ static inline long labs(long x) #define invalidate_mapping_pages(mapping,s,e) invalidate_inode_pages(mapping) #endif +#ifndef SLAB_DESTROY_BY_RCU +#define SLAB_DESTROY_BY_RCU 0 +#endif + #endif /* __KERNEL__ */ #endif /* _COMPAT25_H */