diff options
Diffstat (limited to 'net/bridge/br_netlink.c')
| -rw-r--r-- | net/bridge/br_netlink.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/bridge/br_netlink.c b/net/bridge/br_netlink.c index 881d7d1a732a..06abb6634f5b 100644 --- a/net/bridge/br_netlink.c +++ b/net/bridge/br_netlink.c | |||
| @@ -117,12 +117,13 @@ static int br_dump_ifinfo(struct sk_buff *skb, struct netlink_callback *cb) | |||
| 117 | continue; | 117 | continue; |
| 118 | 118 | ||
| 119 | if (idx < s_idx) | 119 | if (idx < s_idx) |
| 120 | continue; | 120 | goto cont; |
| 121 | 121 | ||
| 122 | err = br_fill_ifinfo(skb, p, NETLINK_CB(cb->skb).pid, | 122 | err = br_fill_ifinfo(skb, p, NETLINK_CB(cb->skb).pid, |
| 123 | cb->nlh->nlmsg_seq, RTM_NEWLINK, NLM_F_MULTI); | 123 | cb->nlh->nlmsg_seq, RTM_NEWLINK, NLM_F_MULTI); |
| 124 | if (err <= 0) | 124 | if (err <= 0) |
| 125 | break; | 125 | break; |
| 126 | cont: | ||
| 126 | ++idx; | 127 | ++idx; |
| 127 | } | 128 | } |
| 128 | read_unlock(&dev_base_lock); | 129 | read_unlock(&dev_base_lock); |
