Re: [PATCH net] udp: get rid of SLAB_DESTROY_BY_RCU allocations
From: David Miller <davem@davemloft.net> Date: 2016-08-24 00:54:40
From: Eric Dumazet <redacted>
Date: Tue, 23 Aug 2016 09:57:51 -0700
From: Eric Dumazet <edumazet@google.com>
After commit ca065d0cf80f ("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>