Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 57834
b: refs/heads/master
c: dd08c40
h: refs/heads/master
v: v3
  • Loading branch information
Christoph Lameter authored and Linus Torvalds committed Jun 16, 2007
1 parent 9b4d469 commit 0ddba94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 54c6ed7562d59ab238df1ec9ff76d81d7d0f0842
refs/heads/master: dd08c40e3e23f868eb0e49f638eb208736ec7e66
2 changes: 1 addition & 1 deletion trunk/mm/slub.c
Original file line number Diff line number Diff line change
Expand Up @@ -2867,7 +2867,7 @@ static int alloc_loc_track(struct loc_track *t, unsigned long max)

order = get_order(sizeof(struct location) * max);

l = (void *)__get_free_pages(GFP_KERNEL, order);
l = (void *)__get_free_pages(GFP_ATOMIC, order);

if (!l)
return 0;
Expand Down

0 comments on commit 0ddba94

Please sign in to comment.