Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 22329
b: refs/heads/master
c: 3400112
h: refs/heads/master
i:
  22327: 6c1a99f
v: v3
  • Loading branch information
Adrian Bunk authored and David S. Miller committed Mar 21, 2006
1 parent c91e069 commit 966518c
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 81789ef5c9a435fbf94224987efe6fbb97ffab09
refs/heads/master: 3400112794724d9bdc3de6e1ce1475b726e6ca7d
3 changes: 1 addition & 2 deletions trunk/net/decnet/dn_route.c
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,7 @@ static inline void dnrt_free(struct dn_route *rt)

static inline void dnrt_drop(struct dn_route *rt)
{
if (rt)
dst_release(&rt->u.dst);
dst_release(&rt->u.dst);
call_rcu_bh(&rt->u.dst.rcu_head, dst_rcu_free);
}

Expand Down

0 comments on commit 966518c

Please sign in to comment.