Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 332365
b: refs/heads/master
c: e060f0e
h: refs/heads/master
i:
  332363: ff53c98
v: v3
  • Loading branch information
Xiao Guangrong authored and Linus Torvalds committed Oct 9, 2012
1 parent 6593c9c commit 2bae67a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 911891afe1c3104adf0f802189909868239ebbfd
refs/heads/master: e060f0e0139b83f05bb90fa05563d14179b9a7ff
5 changes: 1 addition & 4 deletions trunk/mm/huge_memory.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 2bae67a

Please sign in to comment.