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:
@@ -112,7 +112,7 @@ void rds_ib_cm_connect_complete(struct rds_connection *conn, struct rdma_cm_even
|
||||
}
|
||||
}
|
||||
|
||||
if (conn->c_version < RDS_PROTOCOL(3,1)) {
|
||||
if (conn->c_version < RDS_PROTOCOL(3, 1)) {
|
||||
printk(KERN_NOTICE "RDS/IB: Connection to %pI4 version %u.%u failed,"
|
||||
" no longer supported\n",
|
||||
&conn->c_faddr,
|
||||
|
Reference in New Issue
Block a user