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:
ca3a013
)
- include mm_inline on 2.4 kernels (required for page_count)
author
ccooper
<ccooper>
Mon, 18 Oct 2004 23:28:27 +0000
(23:28 +0000)
committer
ccooper
<ccooper>
Mon, 18 Oct 2004 23:28:27 +0000
(23:28 +0000)
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
56e36e9
..
6167f2f
100644
(file)
--- a/
lustre/include/linux/lustre_compat25.h
+++ b/
lustre/include/linux/lustre_compat25.h
@@
-119,6
+119,10
@@
static inline int cleanup_group_info(void)
#else /* 2.4.. */
+#ifdef HAVE_MM_INLINE
+#include <linux/mm_inline.h>
+#endif
+
#define ll_vfs_create(a,b,c,d) vfs_create(a,b,c)
#define ll_permission(inode,mask,nd) permission(inode,mask)
#define ILOOKUP(sb, ino, test, data) ilookup4(sb, ino, test, data);