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:
@@ -96,8 +96,9 @@ out:
|
||||
*/
|
||||
static void rds_loop_inc_free(struct rds_incoming *inc)
|
||||
{
|
||||
struct rds_message *rm = container_of(inc, struct rds_message, m_inc);
|
||||
rds_message_put(rm);
|
||||
struct rds_message *rm = container_of(inc, struct rds_message, m_inc);
|
||||
|
||||
rds_message_put(rm);
|
||||
}
|
||||
|
||||
/* we need to at least give the thread something to succeed */
|
||||
|
Reference in New Issue
Block a user