Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 22148
b: refs/heads/master
c: 2b191be
h: refs/heads/master
v: v3
  • Loading branch information
Jesper Juhl authored and David S. Miller committed Mar 21, 2006
1 parent 8be8507 commit ae2f063
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: afe00251dd9b53d51de91ff0099961f42bbf3754
refs/heads/master: 2b191befe2c47c2f6e96b836a1f6054c9cbc4a0b
4 changes: 2 additions & 2 deletions trunk/net/ipv6/ipcomp6.c
Original file line number Diff line number Diff line change
Expand Up @@ -286,8 +286,8 @@ static void ipcomp6_free_scratches(void)

for_each_cpu(i) {
void *scratch = *per_cpu_ptr(scratches, i);
if (scratch)
vfree(scratch);

vfree(scratch);
}

free_percpu(scratches);
Expand Down

0 comments on commit ae2f063

Please sign in to comment.