diff options
author | David S. Miller <davem@davemloft.net> | 2016-06-30 05:03:36 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-06-30 05:03:36 -0400 |
commit | ee58b57100ca953da7320c285315a95db2f7053d (patch) | |
tree | 77b815a31240adc4d6326346908137fc6c2c3a96 /net/tipc/link.c | |
parent | 6f30e8b022c8e3a722928ddb1a2ae0be852fcc0e (diff) | |
parent | e7bdea7750eb2a64aea4a08fa5c0a31719c8155d (diff) |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Several cases of overlapping changes, except the packet scheduler
conflicts which deal with the addition of the free list parameter
to qdisc_enqueue().
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/tipc/link.c')
-rw-r--r-- | net/tipc/link.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/tipc/link.c b/net/tipc/link.c index 03f8bdf70d8f..c1df33f878b2 100644 --- a/net/tipc/link.c +++ b/net/tipc/link.c | |||
@@ -705,7 +705,8 @@ static void link_profile_stats(struct tipc_link *l) | |||
705 | */ | 705 | */ |
706 | int tipc_link_timeout(struct tipc_link *l, struct sk_buff_head *xmitq) | 706 | int tipc_link_timeout(struct tipc_link *l, struct sk_buff_head *xmitq) |
707 | { | 707 | { |
708 | int mtyp, rc = 0; | 708 | int mtyp = 0; |
709 | int rc = 0; | ||
709 | bool state = false; | 710 | bool state = false; |
710 | bool probe = false; | 711 | bool probe = false; |
711 | bool setup = false; | 712 | bool setup = false; |