Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
An ipvlan bug fix in 'net' conflicted with the abstraction away of the IPV6 specific support in 'net-next'. Similarly, a bug fix for mlx5 in 'net' conflicted with the flow action conversion in 'net-next'. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
@@ -596,6 +596,7 @@ error_requeue_call:
|
||||
}
|
||||
error_no_call:
|
||||
release_sock(&rx->sk);
|
||||
error_trace:
|
||||
trace_rxrpc_recvmsg(call, rxrpc_recvmsg_return, 0, 0, 0, ret);
|
||||
return ret;
|
||||
|
||||
@@ -604,7 +605,7 @@ wait_interrupted:
|
||||
wait_error:
|
||||
finish_wait(sk_sleep(&rx->sk), &wait);
|
||||
call = NULL;
|
||||
goto error_no_call;
|
||||
goto error_trace;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user