Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4efa2fc
)
Branch b1_6
author
bobijam
<bobijam>
Thu, 12 Feb 2009 06:43:06 +0000
(06:43 +0000)
committer
bobijam
<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
patch
|
blob
|
history
diff --git
a/lustre/include/linux/lustre_compat25.h
b/lustre/include/linux/lustre_compat25.h
index
0980faa
..
c13041c
100644
(file)
--- 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 */