[failures] mm-huge_memoryc-replace-hardcoding-of-19-with-max_nice.patch removed from -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Subject: [failures] mm-huge_memoryc-replace-hardcoding-of-19-with-max_nice.patch removed from -mm tree
To: yangds.fnst@xxxxxxxxxxxxxx,mm-commits@xxxxxxxxxxxxxxx
From: akpm@xxxxxxxxxxxxxxxxxxxx
Date: Wed, 12 Mar 2014 13:49:02 -0700


The patch titled
     Subject: mm/huge_memory.c: replace hardcoding of 19 with MAX_NICE
has been removed from the -mm tree.  Its filename was
     mm-huge_memoryc-replace-hardcoding-of-19-with-max_nice.patch

This patch was dropped because it had testing failures

------------------------------------------------------
From: Dongsheng Yang <yangds.fnst@xxxxxxxxxxxxxx>
Subject: mm/huge_memory.c: replace hardcoding of 19 with MAX_NICE

Signed-off-by: Dongsheng Yang <yangds.fnst@xxxxxxxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
---

 mm/huge_memory.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff -puN mm/huge_memory.c~mm-huge_memoryc-replace-hardcoding-of-19-with-max_nice mm/huge_memory.c
--- a/mm/huge_memory.c~mm-huge_memoryc-replace-hardcoding-of-19-with-max_nice
+++ a/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();
_

Patches currently in -mm which might be from yangds.fnst@xxxxxxxxxxxxxx are

linux-next.patch

--
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux