Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 135471
b: refs/heads/master
c: 842bff3
h: refs/heads/master
i:
  135469: ca3731d
  135467: 543a848
  135463: 368704f
  135455: 3536bc1
v: v3
  • Loading branch information
Stephen Hemminger authored and Patrick McHardy committed Feb 18, 2009
1 parent f0087d3 commit 9d9dbc6
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: 9c8222b9e71b690c8388bb0ebe5c3e5a1469e884
refs/heads/master: 842bff366b536787b88c07cbf2416e2cb26cae67
1 change: 0 additions & 1 deletion trunk/net/bridge/netfilter/ebtable_broute.c
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ static struct ebt_table broute_table =
.name = "broute",
.table = &initial_table,
.valid_hooks = 1 << NF_BR_BROUTING,
.lock = __RW_LOCK_UNLOCKED(broute_table.lock),
.check = check,
.me = THIS_MODULE,
};
Expand Down
1 change: 0 additions & 1 deletion trunk/net/bridge/netfilter/ebtable_filter.c
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ static struct ebt_table frame_filter =
.name = "filter",
.table = &initial_table,
.valid_hooks = FILTER_VALID_HOOKS,
.lock = __RW_LOCK_UNLOCKED(frame_filter.lock),
.check = check,
.me = THIS_MODULE,
};
Expand Down
1 change: 0 additions & 1 deletion trunk/net/bridge/netfilter/ebtable_nat.c
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ static struct ebt_table frame_nat =
.name = "nat",
.table = &initial_table,
.valid_hooks = NAT_VALID_HOOKS,
.lock = __RW_LOCK_UNLOCKED(frame_nat.lock),
.check = check,
.me = THIS_MODULE,
};
Expand Down

0 comments on commit 9d9dbc6

Please sign in to comment.