Whamcloud - gitweb
- include mm_inline on 2.4 kernels (required for page_count)
authorccooper <ccooper>
Mon, 18 Oct 2004 23:28:27 +0000 (23:28 +0000)
committerccooper <ccooper>
Mon, 18 Oct 2004 23:28:27 +0000 (23:28 +0000)
lustre/include/linux/lustre_compat25.h

index 56e36e9..6167f2f 100644 (file)
@@ -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);