Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 26489
b: refs/heads/master
c: d1a6498
h: refs/heads/master
i:
  26487: 00802c7
v: v3
  • Loading branch information
Patrick Caulfield authored and David S. Miller committed May 4, 2006
1 parent 1c3d6f1 commit 8af3e0d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 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: 75c2d9077c63ac21488129cc23561d4f4fd0f5e5
refs/heads/master: d1a649838802edd94b6335834919463c6ae61f40
5 changes: 0 additions & 5 deletions trunk/net/decnet/dn_neigh.c
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,6 @@ struct elist_cb_state {
static void neigh_elist_cb(struct neighbour *neigh, void *_info)
{
struct elist_cb_state *s = _info;
struct dn_dev *dn_db;
struct dn_neigh *dn;

if (neigh->dev != s->dev)
Expand All @@ -503,10 +502,6 @@ static void neigh_elist_cb(struct neighbour *neigh, void *_info)
if (!(dn->flags & (DN_NDFLAG_R1|DN_NDFLAG_R2)))
return;

dn_db = (struct dn_dev *) s->dev->dn_ptr;
if (dn_db->parms.forwarding == 1 && (dn->flags & DN_NDFLAG_R2))
return;

if (s->t == s->n)
s->rs = dn_find_slot(s->ptr, s->n, dn->priority);
else
Expand Down

0 comments on commit 8af3e0d

Please sign in to comment.