Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
net/ipv6/ip6_gre.c is a case of parallel adds. include/trace/events/tcp.h is a little bit more tricky. The removal of in-trace-macro ifdefs in 'net' paralleled with moving show_tcp_state_name and friends over to include/trace/events/sock.h in 'net-next'. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
@@ -373,6 +373,8 @@ void tcf_block_put(struct tcf_block *block)
|
||||
{
|
||||
struct tcf_block_ext_info ei = {0, };
|
||||
|
||||
if (!block)
|
||||
return;
|
||||
tcf_block_put_ext(block, block->q, &ei);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user