提交 e060f0e0 编写于 作者: X Xiao Guangrong 提交者: Linus Torvalds

thp: remove unnecessary khugepaged_thread check

Now, khugepaged creation and cancel are completely serial under the
protection of khugepaged_mutex, it is impossible that many khugepaged
entities are running
Signed-off-by: NXiao Guangrong <xiaoguangrong@linux.vnet.ibm.com>
Cc: Andrea Arcangeli <aarcange@redhat.com>
Cc: Hugh Dickins <hughd@google.com>
Cc: David Rientjes <rientjes@google.com>
Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
上级 911891af
......@@ -2333,11 +2333,8 @@ static int khugepaged(void *none)
set_freezable();
set_user_nice(current, 19);
while (!kthread_should_stop()) {
VM_BUG_ON(khugepaged_thread != current);
while (!kthread_should_stop())
khugepaged_loop();
VM_BUG_ON(khugepaged_thread != current);
}
spin_lock(&khugepaged_mm_lock);
mm_slot = khugepaged_scan.mm_slot;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册