Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 5853
b: refs/heads/master
c: 1f07247
h: refs/heads/master
i:
  5851: 4ae6b88
v: v3
  • Loading branch information
Paul E. McKenney authored and David S. Miller committed Aug 17, 2005
1 parent 97c71f2 commit bfc2f74
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: bfd272b1ca1164382eabaa9986aad822adb91eb2
refs/heads/master: 1f07247de51efd30c88ad8e3e06a8b5382fc7d35
2 changes: 1 addition & 1 deletion trunk/net/decnet/dn_neigh.c
Original file line number Diff line number Diff line change
Expand Up @@ -148,12 +148,12 @@ static int dn_neigh_construct(struct neighbour *neigh)

__neigh_parms_put(neigh->parms);
neigh->parms = neigh_parms_clone(parms);
rcu_read_unlock();

if (dn_db->use_long)
neigh->ops = &dn_long_ops;
else
neigh->ops = &dn_short_ops;
rcu_read_unlock();

if (dn->flags & DN_NDFLAG_P3)
neigh->ops = &dn_phase3_ops;
Expand Down

0 comments on commit bfc2f74

Please sign in to comment.