Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 176315
b: refs/heads/master
c: 536240f
h: refs/heads/master
i:
  176313: 01b0408
  176311: 1b0948d
v: v3
  • Loading branch information
Mel Gorman authored and Linus Torvalds committed Dec 15, 2009
1 parent c8f85e6 commit b4b9ed5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6927c1dd93fc982140f3a3742ac4b224cd3e02b2
refs/heads/master: 536240f2bde98216feac87b4891d19a536b8884a
3 changes: 3 additions & 0 deletions trunk/mm/hugetlb.c
Original file line number Diff line number Diff line change
Expand Up @@ -1278,6 +1278,9 @@ static unsigned long set_max_huge_pages(struct hstate *h, unsigned long count,
if (!ret)
goto out;

/* Bail for signals. Probably ctrl-c from user */
if (signal_pending(current))
goto out;
}

/*
Expand Down

0 comments on commit b4b9ed5

Please sign in to comment.