Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 25673
b: refs/heads/master
c: 7ad4d2f
h: refs/heads/master
i:
  25671: b5f1747
v: v3
  • Loading branch information
Jayachandran C authored and David S. Miller committed Apr 12, 2006
1 parent c933b77 commit 732eaff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: b8282dcf0417bbc8a0786c129fdff9cc768f8f3c
refs/heads/master: 7ad4d2f6901437ba4717a26d395a73ea362d25c6
6 changes: 3 additions & 3 deletions trunk/net/bridge/netfilter/ebtables.c
Original file line number Diff line number Diff line change
Expand Up @@ -824,9 +824,9 @@ static int translate_table(struct ebt_replace *repl,
if (udc_cnt) {
/* this will get free'd in do_replace()/ebt_register_table()
if an error occurs */
newinfo->chainstack = (struct ebt_chainstack **)
vmalloc((highest_possible_processor_id()+1)
* sizeof(struct ebt_chainstack));
newinfo->chainstack =
vmalloc((highest_possible_processor_id()+1)
* sizeof(*(newinfo->chainstack)));
if (!newinfo->chainstack)
return -ENOMEM;
for_each_possible_cpu(i) {
Expand Down

0 comments on commit 732eaff

Please sign in to comment.