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>
This commit is contained in:
@@ -705,7 +705,8 @@ static void link_profile_stats(struct tipc_link *l)
|
||||
*/
|
||||
int tipc_link_timeout(struct tipc_link *l, struct sk_buff_head *xmitq)
|
||||
{
|
||||
int mtyp, rc = 0;
|
||||
int mtyp = 0;
|
||||
int rc = 0;
|
||||
bool state = false;
|
||||
bool probe = false;
|
||||
bool setup = false;
|
||||
|
||||
Reference in New Issue
Block a user