Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 276544
b: refs/heads/master
c: 1368edf
h: refs/heads/master
v: v3
  • Loading branch information
Mel Gorman authored and Linus Torvalds committed Dec 9, 2011
1 parent c946ee4 commit f6aa6e0
Show file tree
Hide file tree
Showing 2 changed files with 3 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: d021563888312018ca65681096f62e36c20e63cc
refs/heads/master: 1368edf0647ac112d8cfa6ce47257dc950c50f5c
2 changes: 2 additions & 0 deletions trunk/mm/vmalloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1633,6 +1633,8 @@ void *__vmalloc_node_range(unsigned long size, unsigned long align,
goto fail;

addr = __vmalloc_area_node(area, gfp_mask, prot, node, caller);
if (!addr)
return NULL;

/*
* In this function, newly allocated vm_struct is not added
Expand Down

0 comments on commit f6aa6e0

Please sign in to comment.