Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 183506
b: refs/heads/master
c: e1d5a01
h: refs/heads/master
v: v3
  • Loading branch information
Samir Bellabes authored and David S. Miller committed Jan 14, 2010
1 parent e0b305e commit 384a8b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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: 37fce430dd66a6251bde6ef0004a1da69b26c028
refs/heads/master: e1d5a010729a7a495a8a8de85727f3f0d62f06a0
4 changes: 1 addition & 3 deletions trunk/net/netlink/genetlink.c
Original file line number Diff line number Diff line change
Expand Up @@ -681,9 +681,7 @@ static int ctrl_dumpfamily(struct sk_buff *skb, struct netlink_callback *cb)
int chains_to_skip = cb->args[0];
int fams_to_skip = cb->args[1];

for (i = 0; i < GENL_FAM_TAB_SIZE; i++) {
if (i < chains_to_skip)
continue;
for (i = chains_to_skip; i < GENL_FAM_TAB_SIZE; i++) {
n = 0;
list_for_each_entry(rt, genl_family_chain(i), family_list) {
if (!rt->netnsok && !net_eq(net, &init_net))
Expand Down

0 comments on commit 384a8b8

Please sign in to comment.