]> git.baikalelectronics.ru Git - kernel.git/commit
udp: get rid of SLAB_DESTROY_BY_RCU allocations
authorEric Dumazet <edumazet@google.com>
Tue, 23 Aug 2016 16:57:51 +0000 (09:57 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 24 Aug 2016 00:46:17 +0000 (17:46 -0700)
commit493e9a1624da6404905675d78235fcba73eaf327
treefa033d6cfcf5a6d7f273998ace36c144b4445f2b
parent40b9f110c3faa3f6a0ce26cf3918c8c2f35fa279
udp: get rid of SLAB_DESTROY_BY_RCU allocations

After commit 78f1e7e98c8e ("udp: no longer use SLAB_DESTROY_BY_RCU")
we do not need this special allocation mode anymore, even if it is
harmless.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/udp.c
net/ipv4/udplite.c
net/ipv6/udp.c
net/ipv6/udplite.c