Whamcloud - gitweb
Branch b1_6
authorbobijam <bobijam>
Thu, 12 Feb 2009 06:43:06 +0000 (06:43 +0000)
committerbobijam <bobijam>
Thu, 12 Feb 2009 06:43:06 +0000 (06:43 +0000)
b=18015

sles9 doesn't define SLAB_DESTROY_BY_RCU.

lustre/include/linux/lustre_compat25.h

index 0980faa..c13041c 100644 (file)
@@ -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 */