Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 203654
b: refs/heads/master
c: d79d991
h: refs/heads/master
v: v3
  • Loading branch information
Nicolas Dichtel authored and David S. Miller committed Jul 20, 2010
1 parent 4a8f08c commit 52ce80b
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: dab1086362f0a357e74f45bba48d664a48c294ec
refs/heads/master: d79d991379af35d43f003f162e8650e72965b8ca
2 changes: 1 addition & 1 deletion trunk/net/core/dst.c
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,6 @@ static void ___dst_free(struct dst_entry *dst)
dst->input = dst->output = dst_discard;
dst->obsolete = 2;
}
EXPORT_SYMBOL(__dst_free);

void __dst_free(struct dst_entry *dst)
{
Expand All @@ -213,6 +212,7 @@ void __dst_free(struct dst_entry *dst)
}
spin_unlock_bh(&dst_garbage.lock);
}
EXPORT_SYMBOL(__dst_free);

struct dst_entry *dst_destroy(struct dst_entry * dst)
{
Expand Down

0 comments on commit 52ce80b

Please sign in to comment.