Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 56374
b: refs/heads/master
c: 6253db0
h: refs/heads/master
v: v3
  • Loading branch information
Herbert Xu authored and David S. Miller committed May 14, 2007
1 parent 8c8cfa5 commit b45dc3d
Show file tree
Hide file tree
Showing 2 changed files with 3 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: b5505c6e1071b32176c7548a3aaf0be49f7c763e
refs/heads/master: 6253db055eb62a1bd0a18a1d8489565303b2b1dd
3 changes: 2 additions & 1 deletion trunk/net/xfrm/xfrm_hash.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ struct hlist_head *xfrm_hash_alloc(unsigned int sz)
n = __vmalloc(sz, GFP_KERNEL, PAGE_KERNEL);
else
n = (struct hlist_head *)
__get_free_pages(GFP_KERNEL, get_order(sz));
__get_free_pages(GFP_KERNEL | __GFP_NOWARN,
get_order(sz));

if (n)
memset(n, 0, sz);
Expand Down

0 comments on commit b45dc3d

Please sign in to comment.