From: bobijam Date: Thu, 12 Feb 2009 06:39:19 +0000 (+0000) Subject: Branch HEAD X-Git-Tag: v1_9_160~6 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=a96897ae3ec1935b958f10ee8848d8f1dcc81a3e;p=fs%2Flustre-release.git Branch HEAD 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 184a772..bb6ced3 100644 --- a/lustre/include/linux/lustre_compat25.h +++ b/lustre/include/linux/lustre_compat25.h @@ -665,5 +665,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 */