[ewg] OFED-4.8 build break
Steve Wise
swise at opengridcomputing.com
Thu Oct 6 13:02:38 PDT 2016
Looks like we need this change to the compat repo:
diff --git a/include/linux/mm.h b/include/linux/mm.h
index 9aae7bb..8009ed8 100644
--- a/include/linux/mm.h
+++ b/include/linux/mm.h
@@ -4,11 +4,6 @@
#include "../../compat/config.h"
#include_next <linux/mm.h>
-#ifdef HAVE_GET_USER_PAGES_6_PARAMS
-#define get_user_pages(p1, p2, p3, p4, p5, p6, p7, p8) \
- get_user_pages(p3, p4, p5, p6, p7, p8)
-#endif
-
#ifndef HAVE_GET_USER_PAGES_REMOTE
#define get_user_pages_remote get_user_pages
#endif
More information about the ewg
mailing list