Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 224453
b: refs/heads/master
c: bbce5a5
h: refs/heads/master
i:
  224451: f3dfdc0
v: v3
  • Loading branch information
Eric Dumazet authored and David S. Miller committed Nov 21, 2010
1 parent 8377ce4 commit a58eee0
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: 9a2d09cf61c9d9f1b31998bec5363a583e4564a4
refs/heads/master: bbce5a59e4e0e6e1dbc85492caaf310ff6611309
2 changes: 1 addition & 1 deletion trunk/net/packet/af_packet.c
Original file line number Diff line number Diff line change
Expand Up @@ -2367,7 +2367,7 @@ static inline char *alloc_one_pg_vec_page(unsigned long order,
* __get_free_pages failed, fall back to vmalloc
*/
*flags |= PGV_FROM_VMALLOC;
buffer = vmalloc((1 << order) * PAGE_SIZE);
buffer = vzalloc((1 << order) * PAGE_SIZE);

if (buffer)
return buffer;
Expand Down

0 comments on commit a58eee0

Please sign in to comment.