[PATCH 06/15] mm: Replace hardcoding of 19 with MAX_NICE.

2014-03-10 Thread Dongsheng Yang
Signed-off-by: Dongsheng Yang 
cc: linux...@kvack.org
cc: Bob Liu 
cc: "Aneesh Kumar K.V" 
cc: "Kirill A. Shutemov" 
cc: Mel Gorman 
cc: Rik van Riel 
cc: Andrew Morton 
---
 mm/huge_memory.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mm/huge_memory.c b/mm/huge_memory.c
index 1546655..dcdb6f9 100644
--- a/mm/huge_memory.c
+++ b/mm/huge_memory.c
@@ -2803,7 +2803,7 @@ static int khugepaged(void *none)
struct mm_slot *mm_slot;
 
set_freezable();
-   set_user_nice(current, 19);
+   set_user_nice(current, MAX_NICE);
 
while (!kthread_should_stop()) {
khugepaged_do_scan();
-- 
1.8.2.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH 06/15] mm: Replace hardcoding of 19 with MAX_NICE.

2014-03-10 Thread Dongsheng Yang
Signed-off-by: Dongsheng Yang yangds.f...@cn.fujitsu.com
cc: linux...@kvack.org
cc: Bob Liu lliu...@gmail.com
cc: Aneesh Kumar K.V aneesh.ku...@linux.vnet.ibm.com
cc: Kirill A. Shutemov kirill.shute...@linux.intel.com
cc: Mel Gorman mgor...@suse.de
cc: Rik van Riel r...@redhat.com
cc: Andrew Morton a...@linux-foundation.org
---
 mm/huge_memory.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mm/huge_memory.c b/mm/huge_memory.c
index 1546655..dcdb6f9 100644
--- a/mm/huge_memory.c
+++ b/mm/huge_memory.c
@@ -2803,7 +2803,7 @@ static int khugepaged(void *none)
struct mm_slot *mm_slot;
 
set_freezable();
-   set_user_nice(current, 19);
+   set_user_nice(current, MAX_NICE);
 
while (!kthread_should_stop()) {
khugepaged_do_scan();
-- 
1.8.2.1

--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/