Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 278300
b: refs/heads/master
c: 76cc714
h: refs/heads/master
v: v3
  • Loading branch information
David Miller committed Nov 30, 2011
1 parent d9a62c8 commit 5cef933
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 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: 596b9b68ef118f7409afbc78487263e08ef96261
refs/heads/master: 76cc714ed5fe6ed90aad5c52ff3030f1f4e22a48
1 change: 0 additions & 1 deletion trunk/net/atm/clip.c
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,6 @@ static u32 clip_hash(const void *pkey, const struct net_device *dev, __u32 rnd)

static struct neigh_table clip_tbl = {
.family = AF_INET,
.entry_size = sizeof(struct neighbour)+sizeof(struct atmarp_entry),
.key_len = 4,
.hash = clip_hash,
.constructor = clip_constructor,
Expand Down
1 change: 0 additions & 1 deletion trunk/net/ipv4/arp.c
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ static const struct neigh_ops arp_broken_ops = {

struct neigh_table arp_tbl = {
.family = AF_INET,
.entry_size = sizeof(struct neighbour) + 4,
.key_len = 4,
.hash = arp_hash,
.constructor = arp_constructor,
Expand Down
1 change: 0 additions & 1 deletion trunk/net/ipv6/ndisc.c
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ static const struct neigh_ops ndisc_direct_ops = {

struct neigh_table nd_tbl = {
.family = AF_INET6,
.entry_size = sizeof(struct neighbour) + sizeof(struct in6_addr),
.key_len = sizeof(struct in6_addr),
.hash = ndisc_hash,
.constructor = ndisc_constructor,
Expand Down

0 comments on commit 5cef933

Please sign in to comment.