mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 23:32:14 +00:00
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:
commit
6bb8824732
212 changed files with 2388 additions and 1214 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue