summarylogtreecommitdiffstats
path: root/0027-ZEN-INTERACTIVE-mm-Disable-unevictable-compaction.patch
diff options
context:
space:
mode:
Diffstat (limited to '0027-ZEN-INTERACTIVE-mm-Disable-unevictable-compaction.patch')
-rw-r--r--0027-ZEN-INTERACTIVE-mm-Disable-unevictable-compaction.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/0027-ZEN-INTERACTIVE-mm-Disable-unevictable-compaction.patch b/0027-ZEN-INTERACTIVE-mm-Disable-unevictable-compaction.patch
index 7a7663ecec91..9d7ae6ff3ff1 100644
--- a/0027-ZEN-INTERACTIVE-mm-Disable-unevictable-compaction.patch
+++ b/0027-ZEN-INTERACTIVE-mm-Disable-unevictable-compaction.patch
@@ -11,10 +11,10 @@ turn it off when CONFIG_ZEN_INTERACTIVE is set as well.
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/init/Kconfig b/init/Kconfig
-index 96e6511aa009543b871bd28bd9246cd68411286e..b7c7bdbd96c6d417f7ed5f8aee558044a121e351 100644
+index 6a409356b1aae9bf11399a031e0b3c69962f1370..205048962a678d7fea33263ac40cc6b1b3c3dd8e 100644
--- a/init/Kconfig
+++ b/init/Kconfig
-@@ -125,6 +125,7 @@ config ZEN_INTERACTIVE
+@@ -131,6 +131,7 @@ config ZEN_INTERACTIVE
Background-reclaim hugepages...: no -> yes
MG-LRU minimum cache TTL.......: 0 -> 1000 ms
@@ -23,10 +23,10 @@ index 96e6511aa009543b871bd28bd9246cd68411286e..b7c7bdbd96c6d417f7ed5f8aee558044
--- CFS CPU Scheduler ----------------------------------
diff --git a/mm/compaction.c b/mm/compaction.c
-index fe915db6149b9c4c74a775b1d018b09b8d0fd68d..877b029a87e76aaad1c36669395dd3f359e14f03 100644
+index 1f89b969c12bf5d76f10b4adcf3b6dec707a1cfc..04b62fb353b4f05268f8de3c4fcbcccc1edfde46 100644
--- a/mm/compaction.c
+++ b/mm/compaction.c
-@@ -1736,7 +1736,7 @@ typedef enum {
+@@ -1726,7 +1726,7 @@ typedef enum {
* Allow userspace to control policy on scanning the unevictable LRU for
* compactable pages.
*/