summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2017-06-02 15:39:05 -0400
committerPaul Gortmaker <paul.gortmaker@windriver.com>2017-06-02 15:40:07 -0400
commitb85a4ec9fbf2d7cacf57662857f8ded23f6e3a9a (patch)
tree7eaa818a0a3c02d27c1db873dd0fe88b163c634a
parentf0d6aadd038817256e38a12f62c7158c2fd76058 (diff)
downloadlongterm-queue-4.8-b85a4ec9fbf2d7cacf57662857f8ded23f6e3a9a.tar.gz
mm: sched prefix not in 4.8.x path
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
-rw-r--r--queue/libceph-force-GFP_NOIO-for-socket-allocations.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/queue/libceph-force-GFP_NOIO-for-socket-allocations.patch b/queue/libceph-force-GFP_NOIO-for-socket-allocations.patch
index a5debfd..78eded2 100644
--- a/queue/libceph-force-GFP_NOIO-for-socket-allocations.patch
+++ b/queue/libceph-force-GFP_NOIO-for-socket-allocations.patch
@@ -81,7 +81,7 @@ index 38dcf1eb427d..f76bb3332613 100644
#include <linux/kthread.h>
#include <linux/net.h>
#include <linux/nsproxy.h>
-+#include <linux/sched/mm.h>
++#include <linux/mm.h>
#include <linux/slab.h>
#include <linux/socket.h>
#include <linux/string.h>